-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[PaddlePaddle Hackathon] add AlexNet #36058
Conversation
Thanks for your contribution! |
https://github.com/PaddlePaddle/Paddle/pull/36058/files#diff-5279997c80a9e46dd9b23b5b6f3a72cfba89e134c50428d14b5f7bb86bd0ec75R61 |
@LielinJiang 您好,感谢您的解答!请问 “补充一个自测,精度是否对齐”是指要在分类数据集检查精度是否对齐吗?还是只要固定一个输入,检查输出是否对齐? |
是指在分类的数据集对齐,自测精度和clas的精度对齐 |
好的,谢谢 ! |
@LielinJiang 我们刚刚测试删除命名已经可以导入 clas 权重,请问还需要调整 clas 权重名字吗,这个调整 clas 权重名字是指我们把新的以动态图方式命名的权重导出后放到云盘之类的地方发送给你们以供部署的意思吗? |
需要看一下是否有warning,说某些参数没找到,并且自测一下精度是否达标。按道理删除命名,是无法正确加载权重的 |
嗯嗯,感谢,我们去试试~~~ |
@LielinJiang 能帮忙review一下嘛 |
谢谢啦 |
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.
LGTM
老师,已经自测过了,结果放在了这里。 |
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.
LGTM
PR types
New features
PR changes
APIs
Describe
Add AlexNet to Paddle Vision (include calling of higher-level api, test case and doc).
Doc is at PaddlePaddle/docs#3918.