Hi
Does as_cuda_ndarray_variable() supports types other than float32 as of now?
I tried int16 and it gave be below error :
File “/usr/lib64/python2.7/site-packages/theano/sandbox/cuda/type.py”, line 95, in init
(self.class.name, dtype, name))
TypeError: CudaNdarrayType only supports dtype float32 for now. Tried using dtype int16 for variable None
Thx