-
Notifications
You must be signed in to change notification settings - Fork 59
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
AttributeError: 'Net' object has no attribute 'backward_from_layer' #9
Comments
I have seen the closed issue about"no attribute 'backward_from_layer'"and sovled this problem. But another problem has occurred: grad: 0.0 0.0 0.0 the grad is always 0, it may because: or it may result from that I used the model 'bvlc_reference_caffenet.caffemodel' instead, because I couldn't download the trained model from 'http://yosinski.cs.cornell.edu/yos_140311__caffenet_iter_450000'. |
@yosinski I am waiting for you help. Thank you very much! |
Hi @zcboluo, sorry for the inactive URL. Try this one instead: Does that work? If not, make sure you're using a network definition prototext containing the |
@yosinski Thank you very much. The model works. But I have a new problem:
However, when replace 'im' with 'best_X'(return from the fuction 'find_image'). The result is the same. Why ‘im’ is different from 'best_X'? So I wonder if there is any mistake I have not noticed. |
@yosinski |
Hi,
I am a beginner in deep learning and programming. When I run "find_fooling_image.py" in "./caffe/ascent"
,an error has occurred:
AttributeError: 'Net' object has no attribute 'backward_from_layer'
I don't know how to overcome it? Can you help me?
Thanks!
The text was updated successfully, but these errors were encountered: