rdevon / cortex_old

Cortex - Deep learning tools for neuroimaging
GNU General Public License v3.0
31 stars 11 forks source link

theano module #13

Open karmeze opened 7 years ago

karmeze commented 7 years ago

Hi Devon, When trying to run the demos I ran into this error below. I have checked to see if I need to update theano, and everything is updated. Is there a specific CudaNdarray you are trying to call?

File "/usr/local/lib/python2.7/dist-packages/cortex-0.12a0-py2.7.egg/cortex/utils/training.py", line 383, in test if isinstance(v, theano.sandbox.cuda.CudaNdarray): AttributeError: 'module' object has no attribute 'CudaNdarray'

rdevon commented 7 years ago

Sorry for the late reply.

Can you confirm your version of theano?

thanks

On Sep 16, 2016, at 12:57 PM, karmeze notifications@github.com wrote:

Hi Devon, When trying to run the demos I ran into this error below. I have checked to see if I need to update theano, and everything is updated. Is there a specific CudaNdarray you are trying to call?

File "/usr/local/lib/python2.7/dist-packages/cortex-0.12a0-py2.7.egg/cortex/utils/training.py", line 383, in test if isinstance(v, theano.sandbox.cuda.CudaNdarray): AttributeError: 'module' object has no attribute 'CudaNdarray'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdevon/cortex/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AB8SvpX8NSUAlzQE7xjlj6VTM6Six1iFks5qquabgaJpZM4J_PjJ.

karmeze commented 7 years ago

My theano version is 0.8.1

rdevon commented 7 years ago

I suggest you update to 0.9dev