Add GhostNetV3#3413
Open
yicycyc wants to merge 1 commit into
Open
Conversation
|
Thanks for your contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在 PaddleClas 中新增了 GhostNetV3 系列模型实现,并完成了与
timm参考实现及官方 release 权重的对齐验证。主要改动
GhostNetV3_x0_5GhostNetV3_x1_0GhostNetV3_x1_3GhostNetV3_x1_6GhostNetV3_x1_0的 ImageNet 训练/评测配置GhostNetV3_x1_0的 TIPC 配置对齐验证
1. 前向对齐
GhostNetV3_x0_5 / x1_3 / x1_6与timm的随机初始化前向对齐GhostNetV3_x1_0与timm/ghostnetv3_100.in1k预训练权重的前向对齐2. ImageNet1k 验证集评测对齐
在相同 ImageNet1k
val数据集上,评测结果如下:timm/ghostnetv3_100.in1k76.930%, top593.132%76.896%, top593.132%官方 release
ghostnetv3-1.0.pth.tarstate_dict: top176.930%, top593.132%state_dict_ema: top177.134%, top593.236%state_dict_ema: top177.080%, top593.228%对齐了官方 release 中论文结果的
EMA权重,误差为0.1%级别训练链路验证
GhostNetV3_x0_5 / x1_0 / x1_3 / x1_6进行了短周期训练验证本次新增文件
ppcls/arch/backbone/model_zoo/ghostnet_v3.pyppcls/arch/backbone/__init__.pyppcls/configs/ImageNet/GhostNetV3/GhostNetV3_x1_0.yamltest_tipc/configs/GhostNetV3/GhostNetV3_x1_0_train_infer_python.txtdocs/zh_CN/models/ImageNet1k/GhostNetV3.md