-
Notifications
You must be signed in to change notification settings - Fork 177
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
在运行除了resnet外的其他模型时,模型效果不收敛。准确率一直在0.2左右徘徊。 #14
Comments
我遇到了同样的问题,在VOC2007数据集上训练了mobilenet/ResNeXt101等,准确率也一直在0.2左右,未见提升。 系统:Ubuntu 16.04 |
选用的learning rate合适吗?改变learning rate效果有改变吗? @Jaren1907 @MingKeYue |
没见哪里可以设置learning rate的额 |
在train.py里有optimizer,它是有默认参数的,只不过没有写。
参见这里: |
哦哦哦 多谢朋友 在configuration找半天。。 |
不客气~ |
我修改了学习率,结果没有变化。我使用的flower数据集和VOC2007数据集。 |
+1 我也出现了相同的情况。 |
我用自己的三类数据集训练,跟你情况类似,accuracy一直都是33%,用resnet很快就到了80%,后面把mobilenet、densenet、effcientnet等模型AveragePooling换成GlobalAveragePooling 1*1conv换成fc,在训练就正常了,很快到80% |
能请您分享一下修改后的代码吗?我也在做三分类,遇到了跟您同样的问题,谢谢! |
Tensorflow-gpu版本为2.0.0 ,使用的flower_photos数据集
您好,我在运行您的代码时发现:运行mobilenet、densenet、effcientnet等模型时,模型效果不收敛。准确率一直在0.2左右徘徊。请问这个是什么原因呢?
The text was updated successfully, but these errors were encountered: