Skip to content

Releases: FluxML/Metalhead.jl

v0.7.4

18 Feb 13:48

Choose a tag to compare

Metalhead v0.7.4

Diff since v0.7.3

Closed issues:

  • MobileNetv1 doesn't match the implementation in the paper (#186)
  • Tweak GoogLeNet and Inception family to match the torchvision implementations (#196)
  • Unable to load pretrained ResNeXt models (#212)

Merged pull requests:

  • Overhaul of ResNet API (#174) (@theabhirath)
  • Initial switch to ReTest.jl (#182) (@darsnack)
  • Removed extra mobilenetv1 fc layer, fcsize param (#189) (@cluffa)
  • Expose a uniform API at the highest level for models (#190) (@theabhirath)
  • Res2Net and Res2NeXt, again (#195) (@theabhirath)
  • Add pretrained weights on ImageNet for some models (#197) (@theabhirath)
  • Implementation of EfficientNetv2 and MNASNet (#198) (@theabhirath)
  • Migrate docs to Documenter.jl (#199) (@Saransh-cpp)
  • Unify lower level API for EfficientNet and MobileNet model families (#200) (@theabhirath)
  • Do not catch orthogonal errors when loading (#203) (@darsnack)
  • CompatHelper: bump compat for MLUtils to 0.3, (keep existing compat) (#204) (@github-actions[bot])
  • Tweak GoogLeNet to match the torchvision implementations (#205) (@pri1311)
  • CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (#207) (@github-actions[bot])
  • Readme Links broken (#208) (@ashwani-rathee)
  • Adding UNet implementation (#210) (@shivance)
  • CompatHelper: bump compat for MLUtils to 0.4, (keep existing compat) (#211) (@github-actions[bot])
  • Mark resnet acctests broken (#214) (@ToucheSir)
  • update: actions node 12 => node 16 (#217) (@skyleaworlder)

v0.7.3

26 Jun 16:13
b37bee7

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

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

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

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

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

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

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

Choose a tag to compare

bump version

v0.5.0

21 Dec 17:45
v0.5.0

Choose a tag to compare

v0.5.0 (2019-12-21)

Diff since v0.4.0

Merged pull requests: