-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some models #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL @zhouyizhuang-megvii
LGTM |
models/megengine_vision_frelu.md
Outdated
transform = T.Compose([ | ||
T.Resize(256), | ||
T.CenterCrop(224), | ||
# T.Normalize(mean=[103.530, 116.280, 123.675], std=[57.375, 57.120, 58.395]), # BGR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
既然无需 normlize,是不是这行直接删除比较好
models/megengine_vision_frelu.md
Outdated
transform = T.Compose([ | ||
T.Resize(256), | ||
T.CenterCrop(224), | ||
# T.Normalize(mean=[103.530, 116.280, 123.675], std=[57.375, 57.120, 58.395]), # BGR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
既然无需 Normlize,那么请不要提交没用的注释代码,请删除
models/megengine_vision_weightnet.md
Outdated
transform = T.Compose([ | ||
T.Resize(256), | ||
T.CenterCrop(224), | ||
# T.Normalize(mean=[103.530, 116.280, 123.675], std=[57.375, 57.120, 58.395]), # BGR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
models/megengine_vision_weightnet.md
Outdated
transform = T.Compose([ | ||
T.Resize(256), | ||
T.CenterCrop(224), | ||
# T.Normalize(mean=[103.530, 116.280, 123.675], std=[57.375, 57.120, 58.395]), # BGR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
I add two models: