We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried using draw_net.py to visualize mscnn architecture but get ImportError: No module named _caffe. What I've tried:
draw_net.py
ImportError: No module named _caffe
make py
export PYTHONPATH=/this_caffe_root/python
Thanks ahead for any help.
The text was updated successfully, but these errors were encountered:
@leighton613 you also can use Netscope to visualize the network architecture.
Sorry, something went wrong.
No branches or pull requests
I tried using
draw_net.py
to visualize mscnn architecture but getImportError: No module named _caffe
.What I've tried:
make py
but no target for thatexport PYTHONPATH=/this_caffe_root/python
but still get the same error.Thanks ahead for any help.
The text was updated successfully, but these errors were encountered: