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

deploy.prototxt #1

Closed
kaishijeng opened this issue Feb 26, 2016 · 3 comments
Closed

deploy.prototxt #1

kaishijeng opened this issue Feb 26, 2016 · 3 comments

Comments

@kaishijeng
Copy link

Do you have a plan to release deploy.prototxt?
I plan to run classify.py from Caffe to test squeezenet performance for images I have and compare it with alexnet

.

@forresti
Copy link
Owner

I would accept a Pull Request of deploy.prototxt if you'd like to create one. It's pretty straightforward...

  1. Replace the two data layers with input_shape{dim: ...}
  2. Change SoftmaxWithProb to Softmax
  3. Remove the accuracy and accuracy_top5 layers

With these three changes, I think you'll have a file that matches the syntax of the bvlc_alexnet and bvlc_googlenet deploy.prototxt files.

@kaishijeng
Copy link
Author

Thanks for the instruction. Let me try first and if it works properly, I
can submit it for a pull request

On Thu, Feb 25, 2016 at 8:53 PM, Forrest Iandola notifications@github.com
wrote:

I would accept a Pull Request of deploy.prototxt if you'd like to create
one. It's pretty straightforward...

  1. Replace the two data layers with input_shape{dim: ...}
  2. Change SoftmaxWithProb to Softmax
  3. Remove the accuracy and accuracy_top5 layers

With these three changes, I think you'll have a file that matches the
syntax of the bvlc_alexnet and bvlc_googlenet deploy.prototxt files.


Reply to this email directly or view it on GitHub
#1 (comment).

@kaishijeng
Copy link
Author

I create a deploy.prototxt and it runs OK with Caffe. I also notice someone already creates a PR for deploy.prototxt which is the same as my version. I will not submit a PR and close this issue now

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