Skip to content

v0.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 13:48

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)