mindspore-lab / mindcv

A toolbox of vision models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindcv/
Apache License 2.0
231 stars 140 forks source link

Fix: fix crossvit 310 infer and update yaml #710

Closed Songyuanwei closed 1 year ago

Songyuanwei commented 1 year ago

Thank you for your contribution to the MindCV repo. Before submitting this PR, please make sure:

Motivation

ema更新后更新crossvit config, 为加快validate.py推理速度,config文件中增加val_amp_level参数。 修复crossvit的310推理bug. (Write your motivation for proposed changes here.)

Test Plan

(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)

Related Issues and PRs

pr #703 (Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)