开源软件名称(OpenSource Name):shoutOutYangJie/MobileOne开源软件地址(OpenSource Url):https://github.com/shoutOutYangJie/MobileOne开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):MobileOne: An Improved One millisecond Mobile BackboneThis is an un-official implementation of Paper An Improved One millisecond Mobile Backbone, whose performance is close to the paper. Actually I achieve the MobileOne' s0 architecture (the smallest one), and validate on ImageNet-1000k dataset. And a val accuracy is here.
Note that I only train a "s0" version, but you can easily modify the code to train other version, please see "mobileone.py" to refer to a configuration. Different from original paper, We don't use:
very ImportantI thank grygielski for finding a bug of my implementation, which is a very easy-correct mistake. please refer to this issue Because I don't plan to retrain the model, so I don't want to rewrite the code. For the mistake, you can just delete the "if" condition, like this:
to
For validationI release a pretrained model weight, click here to download. The test script validates the trained model, and also generates a converted deploy model.
A converted deploy model is generated at "mobileone_deploy_model.pt" file. For trainI train the mobileone-s0 on 8 32G-V100 GPUS, costing about 4 days.
For use
acknowledgementThe entire code is based on RepVGG repository. Thanks for simply-using code. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论