You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to know which version of Theano you used for this project. I tried Theano 0.9.0, 0.8.2, however all of them report errors running on GPU, the error reports are:
Theano 0.9.0 + pygpu 0.6.9: AttributeError: ('The following error happened while compiling the node', DnnVersion(), '\n', "'module' object has no attribute '_get_ndarray_c_version'")
Theano 0.8.2 + pygpu 0.7.6: RuntimeError: ('Wrong major API version for gpuarray:', 2, 'Make sure Theano and libgpuarray/pygpu are in sync.')
I'm using python 2.7.16 with cuda-9.1 + cudnn 7.0.5.
Could you please provide more details about the environment version?
Many thanks!
`
The text was updated successfully, but these errors were encountered:
Hi, I would like to know which version of Theano you used for this project. I tried Theano 0.9.0, 0.8.2, however all of them report errors running on GPU, the error reports are:
Theano 0.9.0 + pygpu 0.6.9:
AttributeError: ('The following error happened while compiling the node', DnnVersion(), '\n', "'module' object has no attribute '_get_ndarray_c_version'")
Theano 0.8.2 + pygpu 0.7.6:
RuntimeError: ('Wrong major API version for gpuarray:', 2, 'Make sure Theano and libgpuarray/pygpu are in sync.')
I'm using python 2.7.16 with cuda-9.1 + cudnn 7.0.5.
Could you please provide more details about the environment version?
Many thanks!
`
The text was updated successfully, but these errors were encountered: