-
Notifications
You must be signed in to change notification settings - Fork 11
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
2 issues (isinstance(), ConvolutionLayer()) when installing barrista #8
Comments
First, I found something strange part like this: |
I fixed the paths but issues look same |
Hi youngmtool! Unfortunately, barrista is unmaintained with the rise of the pythonic widely spread deep learning frameworks. If you still want/need to use it, as I figure is your case, I recommend using precisely the caffe version linked (however, this may make problems with more recent versions of CUDA :( ), if necessary within a docker image. There should still be Docker images floating around with CUDA7 and corresponding CuDNN versions. I'm not sure what your first reported error comes from. Commenting out those lines is not an option, this leads to the other failures (barrista will not have parsed the layer properties). If you don't already, please use Python 2.7. |
Ah, right. Thanks for reply and all information. It helped a lot. I'll try to follow your advice. |
Hi. I'm a beginner of image processing with deep learning.
As I'm dealing with "tnestmeyer-reflectance filtering" code, I would need to install barrista library.
I fixed several parts from code to fit to my environment, mainly python and caffe path because I'm using them in conda environment.
I wonder 2 parts.
But that check codes fails, and I don't know why.
So, I commented those parts out, and then, code could go forward.
Does commenting them cause problem?
layers.append(ConvolutionLayer(**conv_params))
fail log says like this:
I explicitly write following parts down in every python files (showcase.py, tests.py) as official document informs.
I added them in upper area of python file like this.
tests.py
And following is log of fail and several outputs of print(), please give me some advice about what is wrong and how to resolve, thank you:
The text was updated successfully, but these errors were encountered: