-
Notifications
You must be signed in to change notification settings - Fork 128
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
"convert_shapenet10.py" script fails #31
Comments
Has this problem been solved? |
No, I didn't solved it. |
Have you done the cleanup as suggested in the Wiki? It seems like you are still using the old version, so that is probably still installed and might need to be uninstalled. |
Is the problem of convert_modelnet10 solved? |
What's the version of the Theano you installed? |
I closed the project in the meantime, I don't remember the version I had. Thank you anyway. |
When I execute the script to convert the data required to perform the training, I obtain the following message:
"You are importing theano.sandbox.cuda. This is the old GPU back-end and "
unittest.case.SkipTest: You are importing theano.sandbox.cuda. This is the old GPU back-end and is removed from Theano. Use Theano 0.9 to use it. Even better, transition to the new GPU back-end! See https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29"
I changed the gpu-backend following the sugestion in the message, but the error remains.
Is there any repository where download the converted data?
The text was updated successfully, but these errors were encountered: