8 Commits

Author SHA1 Message Date
lostkevin
31897984d8
implement onnx export for inception3/4, resnext, mobilenetv2 (#346)
* add inceptionv4 backbone/training settings
* add converted backbone, top-1 acc 80.08
2024-07-18 16:52:56 +08:00
tuofeilun
23f2b0e399
Adapt designer (#235)
1. Use original config as startup script. (For details, see refactor config parsing method #225)
2. Refactor the splicing rules of the check_base_cfg_path function in the EasyCV/easycv/utils/config_tools.py
3. Support three ways to pass class_list parameter.
4. Fix the bug that clsevalutor may make mistakes when evaluating top5.
5. Fix the bug that the distributed export cannot export the model.
6. Fix the bug that the load pretrained model key does not match.
7. support cls data source itag.
2022-12-01 17:47:10 +08:00
yhq
bb53e066be
fix missing vit model (#197)
* fix missing vit model

* set pretrained false while export cls model
2022-09-19 19:52:21 +08:00
Chen Jiayu
8c93caa2d9
support Efficientformer algo (#128)
* add efficientformer
2022-07-27 11:36:03 +08:00
Chen Jiayu
0f69dbe902
Swint_cifar config bugfix (#95) 2022-06-16 14:46:47 +08:00
Chen Jiayu
12e3bed42b
bugfix_swintiny (#79)
1. add easycv_model default_path
2. bugfix pretrained
2022-06-06 12:03:05 +08:00
Chen Jiayu
3ee118f065
Expand cls model zoo (#55)
1. expand cls model zoo
2. uniform load_pretrained
2022-06-01 11:01:29 +08:00
wenmeng.zwm
055deba53e initial commit 2022-04-02 20:01:06 +08:00