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

about the train.prototxt and deploy.prototxt #20

Open
abcdvzz opened this issue Dec 24, 2017 · 1 comment
Open

about the train.prototxt and deploy.prototxt #20

abcdvzz opened this issue Dec 24, 2017 · 1 comment

Comments

@abcdvzz
Copy link

abcdvzz commented Dec 24, 2017

When I use your delpoy.prototxt, do i need to add a fc layer after the last conv layer? or i just need a softmax layer

@farmingyard
Copy link
Owner

@abcdvzz
The deploy is for imagenet 1000 classification, so I have fc1000 layer, but if you do other classification task, you may change to your own fc layer. Besides, you also need an input data layers and softmax layer for training.

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

2 participants