Closed twmht closed 6 years ago
Please also add BN after fc5. I've tried that. It could converge. Adding Batch Normalization would improve the results. It is recommended to do so if you want to get higher scores.
@happynear
Actually I have tried added BN after fc5 and fc6 (Maybe fc6 is not necessary to normalize), but the loss is still 87.3365. What is your learning rate?
I will try to remove the BN after fc6, so keep this issue open:)
@happynear
I have added BN after fc5, but the loss is still 87.3365. I also tried to reduce the learning rate to 0.01, but still not work.
Any advise?
thank you
ok. it seems that there are some problems with my own folk caffe. Now problem solved.
@happynear
I tried to add batch normalization on your modified resnet20, but the loss became 87.3365. As far as I know, BN helps learning more quickly, Is it possible to add batch normalization with amsoftmax?
Here is the prototxt