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

caffe test can't get the same precise #16

Open
appleleaves opened this issue Mar 30, 2018 · 0 comments
Open

caffe test can't get the same precise #16

appleleaves opened this issue Mar 30, 2018 · 0 comments

Comments

@appleleaves
Copy link

appleleaves commented Mar 30, 2018

Thanks for sharing these code!

I train the mnist example with your code and save the ".tn" weights.
Then I use caffe test to load the model by "--weights=....".
Using ".caffemodel", I get a high accuracy(about 0.98).
But when it change to the corresponding ".caffemodel.tn", the accuracy drop to about 0.1 .

I then use the debug model to run the code. The debug information shows that it apply the twn reading mode to read the *.caffemodel.tn" file but the values seem to be wrong.

Can you tell me where I went wrong and how can I load your ".caffemodel.tn" weights into the net?

Something else:
Also, I read the issue "the weight of InnerProduct layer #4", reading the code help me a little but not enough. Maybe because I am a new learner.

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

1 participant