-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Draw Net Problem (%d format: a number is required) #3201
Comments
change the corresponding function as following in python/caffe/draw.py
|
A minimal but helpful improvement would be to add a Python test that imports |
I have a similar problem for the Pooling layer type. I fixed and published #5010. |
This seem similar to #1709. In the master branch, when running
./python/draw_net.py
, I get this traceback. Seems like this is an area that regresses frequently, what would a good test look like to prevent this from happening again?The text was updated successfully, but these errors were encountered: