anyone gets this error like me
Opened this issue · 1 comments
ynuwm commented
when I run sh src/models/run_main.sh I got this bug, do you know how to fix?
Traceback (most recent call last):
File "/home/wm/anaconda3/lib/python3.6/site-packages/theano/compile/function_module.py", line 903, in __call__
self.fn() if output_subset is None else\
ValueError: GpuElemwise. Input dimension mis-match. Input 2 (indices start at 0) has shape[1] == 1, but the output's size on that axis is 128.
During handling of the above exception, another exception occurred:
raosudha89 commented
Hi @ynuwm
Can you try running with the following configurations:
Python 2.7.5
Theano 0.9.0dev5
Lasagne 0.2.dev1
Cuda 8.0.44
Cudnn 5.1
Thanks
Sudha