I just started working with keras which I've installed from the top comment from here: How do I install Keras and Theano in Anaconda Python on Windows?
I can import theano and keras in the python command line, but when I try running this code, I keep getting an error in line 44 saying:
[Errno 2] No such file or directory: 'C:\Program Files\Anaconda2\lib\site-packages\theano\tensor\c_code\dimshuffle.c'
I checked in the directory and the said file is missing, but I can't seem to find any documentation about it. Did anyone else encounter this problem before?