Skip to content

Releases: FluxML/Metalhead.jl

v0.7.3

26 Jun 16:13
b37bee7
Compare
Choose a tag to compare

Metalhead v0.7.3

Diff since v0.7.2

Closed issues:

  • Different Models have different preprocessing needs (#32)
  • ResNet producing non deterministic and wrong predictions (#72)
  • Add steps to create new pre-trained models (#86)
  • Add config parameters to network constructors: n_channel_input and output_softmax? (#95)
  • Pre-trained models and classify disappeared? (#143)
  • Code evaluation errors in the docs (#175)
  • MobileNetv2/3 need padding in first layer (#178)

Merged pull requests:

v0.7.2

16 Jun 15:58
5bd0bf3
Compare
Choose a tag to compare

Metalhead v0.7.2

Diff since v0.7.1

Closed issues:

  • Addition of the UNet model architecture (#126)
  • repeat is not efficient on GPU (#157)
  • Code style (#160)

Merged pull requests:

v0.7.1

15 May 19:44
2d67499
Compare
Choose a tag to compare

Metalhead v0.7.1

Diff since v0.7.0

Closed issues:

Merged pull requests:

v0.7.0

09 Apr 14:19
e88e478
Compare
Choose a tag to compare

Metalhead v0.7.0

Diff since v0.6.1

Closed issues:

  • Add new Models and provide user with an option to fetch untrained models (#16)
  • Feature request: ESRGAN, upconv7, upcunet (#81)
  • ResNet50 not defined (#96)
  • trainimgs not defined (#98)
  • Add EfficientNet with pretrained weights (#106)
  • ResNet50: difference between PyTorch and default Metalhead implementation (#110)
  • Addition of classic LetNet-5 model (#121)
  • cat_channels should support > 2 args (#127)
  • Confused about dimensions in computation of multihead attention (#139)

Merged pull requests:

v0.6.1

18 Nov 17:02
0af3b9d
Compare
Choose a tag to compare

Metalhead v0.6.1

Diff since v0.6.0

Closed issues:

  • Does Metalhead.classify support pretrained models other than VGG19 ? (#30)
  • VGG19 model fails to load with EOFError (#58)

Merged pull requests:

  • Add references/links to models in README.md (#92) (@trahflow)
  • resnet: fix typo (#97) (@iblis17)

v0.6.0

17 Oct 16:16
Compare
Choose a tag to compare

Metalhead v0.6.0

Diff since v0.5.3

Closed issues:

  • Metalhead APIs used in README and datasets/README seem to no longer exist (#8)
  • Add a MaxPool object (#13)
  • predict not working (#15)
  • Float32/Float64 Dilemma (#31)
  • load custom dataset (#38)
  • Loader For Pascal VOC dataset (#39)
  • I met this error when run "feature extraction with MetalHead". (#41)
  • VGG example fails on GPU (#42)
  • ResNet on MNIST (#47)
  • Add support for miniImagenet (#55)
  • Resnet50 doesn't seem to work (#61)
  • ResNet does not work properly (#62)
  • ImageNet dataset not available (#64)
  • Metalhead fails on M1 Mac with Julia 1.7 Beta 3 (#85)
  • ResNet skip connection definition seems wrong (#89)
  • flatten layers appear as closures (#94)

Merged pull requests:

  • Refactor repo with more complete models and documentation (#70) (@darsnack)
  • add buildkite pipeline (#88) (@DhairyaLGandhi)
  • CompatHelper: add new compat entry for Functors at version 0.2, (keep existing compat) (#90) (@github-actions[bot])
  • Make ResNet more flexible/generic + minor bug fix (#91) (@darsnack)
  • Release fixes (#93) (@darsnack)

v0.5.3

20 May 08:39
23df74c
Compare
Choose a tag to compare

Metalhead v0.5.3

Diff since v0.5.1

Closed issues:

  • Incompatible with Flux 0.11 (#65)
  • Install (#74)
  • [GSoC 2021 Proposal] Segmentation models for Metalhead (#77)

Merged pull requests:

  • Install TagBot as a GitHub Action (#57) (@JuliaTagBot)
  • Update README.md (#73) (@cyborg1995)
  • Bump compat of Colors (#75) (@VarLad)
  • CompatHelper: bump compat for "BSON" to "0.3" (#76) (@github-actions[bot])
  • CompatHelper: bump compat for "Flux" to "0.12" (#78) (@github-actions[bot])
  • Add GitHub Actions CI (#82) (@DhairyaLGandhi)

v0.5.1

10 Aug 13:46
Compare
Choose a tag to compare
bump version

v0.5.0

21 Dec 17:45
v0.5.0
Compare
Choose a tag to compare

v0.5.0 (2019-12-21)

Diff since v0.4.0

Merged pull requests:

v0.4.0

19 Nov 12:48
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-11-19)

Diff since v0.3.0

Closed issues:

  • while training, get InvalidIRError (#45)
  • MethodError: no method matching maxpool(::Array{Float32,4}, ::Tuple{Int64,Int64}) (#44)
  • MethodError: no method matching conv(::Array{Float32,4}, ::Array{Float64,4}; ...) (#28)
  • Enable code coverage (#26)
  • Download CIFAR-10 (#21)

Merged pull requests: