-
Notifications
You must be signed in to change notification settings - Fork 105
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
Message type "caffe.LayerParameter" has no field named "bn_param" #37
Comments
Same Error. |
Same Err.. |
You need add the bn_param in the caffe.proto, and make. |
bn_param is already defined in caffe.proto. |
Someone should address this problem if anyone cares about this repo. Otherwise it's really hard to use. Same error occurs when I'm trying to run it: |
add the DORN caffe python path to your ~/.bashrc |
Thanks PengfeiMa! I have by now successfully solved it, at least for my setup. I was very irritated when I wrote the above comment xd. But the truth was I messed up with python paths really bad and that's why It didn't work. The gist of the problem was running it on Google Colab where things are a tad tricky. |
Is anyone here running dorn with colab? I used "apt install caffe-cuda" to install caffe and encountered the same problem, but I don’t know how to modify it |
Thanks for make the code open-sourced.
When I run
I meet this error:
I need some hints on the error
Could you please give some hints?
The text was updated successfully, but these errors were encountered: