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

where can I find your net prototxt file? #1

Open
JulyJohn opened this issue Apr 25, 2019 · 1 comment
Open

where can I find your net prototxt file? #1

JulyJohn opened this issue Apr 25, 2019 · 1 comment

Comments

@JulyJohn
Copy link

I didn't see the files like following in your repo. Can you share them ?

net_path = 'lstm_demo_network.train.prototxt'
inference_path = 'lstm_demo_network.deploy.prototxt'
solver_config_path = 'lstm_demo_solver.prototxt'
@CorvusCorax
Copy link
Owner

Sorry, for the late response.
The code in the ipynb creates the prototxt at runtime, the gen_network() and gen_solver() functions do that at runtime. I prefer defining the network this way over manually generated .prototxt since it's easier to brew a network especially with more complex or repeating structures.

@CorvusCorax CorvusCorax pinned this issue Jun 7, 2019
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