-
Notifications
You must be signed in to change notification settings - Fork 723
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
Why v1.1 does not have deploy.prototxt #12
Comments
We can add that. Thanks to @terrychenism for creating this on SqueezeNet v1.0. Nobody on our team uses the deploy.prototxt interface very often... we mostly load custom training/testing sets into LMDBs to avoid being bottlenecked by I/O. |
Thanks for the quick response. I appreciate if it can be added in. |
I'd also appreciate if you could add deploy.txt too. |
@besirkurtulmus it's quite easy to make deploy.prototxt with reference train_val.prototxt. You can just modified the input and output layers and there are some reference in Caffe/models directory. |
Note there's no deploy.prototxt as per: forresti/SqueezeNet#12
I thought one needs |
I often run |
Thanks! Do you know which batch size gets picked up for benchmarking - from the |
I think
|
What exactly is the difference between the train_val and the deploy prototxt ? What are their different purposes? |
Hello,
I am wondering why v1.1 does not have deploy.prototxt. Missed commit? Thank you.
The text was updated successfully, but these errors were encountered: