Skip to content

MindCV 0.2.1

Compare
Choose a tag to compare
@geniuspatrick geniuspatrick released this 02 Jun 10:12
· 87 commits to main since this release
59a7cf3

What's Changed

  • feat: add crossvit9 ckpt, yaml and ut test by @Songyuanwei in #585
  • fix: remove usage of mindspore internal interface _checkparam by @Songyuanwei in #592
  • feat: add model script, training recipe and trained weights of MobileViT by @Rthete in #582
  • feat: update training recipe and trained weights of PiT by @The-truthh in #593
  • feat: update training recipe and trained weights of MixNet by @The-truthh in #594
  • fix mlpmixer.py to make it work by @XixinYang in #596
  • fix: correct checkpoint url of mobilenetv3-small by @XixinYang in #598
  • fix the bug of using adan optimizer by @wcrzlh in #599
  • coat tiny update by @SunJuil-Ty in #600
  • feat: update training recipe and trained weights of ResNeSt by @The-truthh in #601
  • fix Modify the BatchNorm2d input parameters of xcit model by @bnucsy in #613
  • feat: add training recipe and trained weights of Efficientnet_b1 by @wcrzlh in #615
  • fix: Correct Top-1 accuracy of several models; Update benchmark_results.md; Correct interpolation configure of visformer; Add reference to "re_value" in config.py; by @XixinYang in #618
  • docs: update What is New in readme by @geniuspatrick in #641
  • fix: Fix vit when pooling mode is not cls. by @SamitHuang in #612
  • feat: update training recipe and trained weights of PVTV2 by @The-truthh in #645
  • feat: Add training recipe and pretrained weights of mnasnet_0.5 by @XixinYang in #619
  • feat: add training recipe and trained weights of Repvgg by @wcrzlh in #617
  • fix: Correct top-1 and top-5 acc of repvgg_b1g4 by @wcrzlh in #651
  • feat: add training recipe & pretrained weights of regnet_(x,y)_(2,4,6,8)00mf by @geniuspatrick in #644
  • feat: Update training recipes and pretrained weights of mobilenet v2 (amp_level: O3) by @XixinYang in #655
  • feat: add three data augmentation apis(3-Augment, Augmix,TrivialAugmentWide) by @sageyou in #616
  • feat: Update training recipes and pretrained weights of mobilenet v3 (amp_level: O3) by @XixinYang in #656
  • feat: update model script, add training recipe and trained weights of GhostNet by @The-truthh in #597
  • fix: update acc@1 of rexnet by @geniuspatrick in #660
  • feat: add training recipe and trained weights of vgg (amp level O2) by @wcrzlh in #659
  • fix: update acc@1 of mobilevit by @geniuspatrick in #661
  • docs: migrate document builder to mkdocs by @geniuspatrick in #665
  • docs: make sure that only the main branch of the main repo will deploy pages by @geniuspatrick in #666
  • docs: set long_description to the contents of README.md as the description on PyPI by @geniuspatrick in #669
  • bump version to 0.2.1 by @geniuspatrick in #670

New Contributors

Full Changelog: v0.2.0...v0.2.1