-
Notifications
You must be signed in to change notification settings - Fork 113
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
the deploy.prototxt of LargeMargin_Softmax_Loss #20
Comments
You should export LargeMarginInnerProduct weights into new InnerProduct layer without bias term. |
the same question :the deploy.prototxt of LargeMargin_Softmax_Loss? |
May I ask how to export LargeMarginInnerProduct weights into new InnerProduct layer without bias term in deploy file? Base on my understanding, when I train the network, I use:
In the deploy, I put:
Then I got an error when using python interface to test, |
@gxstudy Your deploy fc layer should look like:
|
Thank you so much, it works. @mnikitin |
After finished training. How can I use LargeMargin_Softmax_Loss in the deploy.prototxt? thank you!
The text was updated successfully, but these errors were encountered: