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

Open two networks in the same python script #3923

Closed
patrickrbrandao opened this issue Mar 31, 2016 · 1 comment
Closed

Open two networks in the same python script #3923

patrickrbrandao opened this issue Mar 31, 2016 · 1 comment

Comments

@patrickrbrandao
Copy link

Hello,

I want to compare some networks that were learned with different methodologies. When I open one network with caffe.Net() the script runs without any problem but when I try to open two nets the script stops after loading the first network and doesn't do anything else.
I don't know if it helps but this is last thing that the script prints:
I0331 17:19:53.669747 18481 layer_factory.hpp:77] Creating layer data
I0331 17:19:53.669795 18481 net.cpp:91] Creating Layer data
I0331 17:19:53.669800 18481 net.cpp:399] data -> data
I0331 17:19:53.669812 18481 net.cpp:399] data -> label

Best regards,
Patrick

@shelhamer
Copy link
Member

This is an instance of #3108. Please see that issue for details on the bug which does indeed need fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants