Skip to content
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

Training Accuracy problem #4

Open
leochli opened this issue Aug 16, 2017 · 6 comments
Open

Training Accuracy problem #4

leochli opened this issue Aug 16, 2017 · 6 comments

Comments

@leochli
Copy link

leochli commented Aug 16, 2017

Hi @farmingyard ,

Have you trained with your prototxt and do you reach the paper acc?

I followed the resnext training policy yet have 1%~2% difference below the paper acc.

I'd be appreciated if there're any tricks to share.

thx!

@farmingyard
Copy link
Owner

@LeoLee96
My prototxt is not the original paper structure but its 1by2 of each feature maps, so we don't know its perfect acc. WHAT is your current acc?

@leochli
Copy link
Author

leochli commented Aug 16, 2017

Hi @farmingyard
I haven't tried your prototxt yet. I trained with the original paper structure and get top1 70.7% now. I'll try ur 0.5x version asap

@farmingyard
Copy link
Owner

@LeoLee96
You can reference to shicai's result, which is more or less with yours.
https://github.com/shicai/MobileNet-Caffe

@borisgribkov
Copy link

Does 1by2 mean 0.5 MobileNet in the original paper? It seems that yes according to the number of kernels. I trained a network using your prototxt, final accuracy is close to 63%. (63.7% was published for 0.5 network)

@Ai-is-light
Copy link

Why the BN layer of your deploy.prototxt does not set "use_global_stats: true"
Thanks @farmingyard

@borisgribkov
Copy link

Finally I have increased number of kernels twice, this should be original MobileNet, final accuracy 69.5%, getting of over 70% accuracy is still open question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants