Windows Theano Keras - Lazylinker_ext\mod.cpp: No Such File Or Directory
I am installing Theano and Keras follwing the How do I install Keras and Theano in Anaconda Python on Windows?, which worked fine for me with an older release before. Now I have up
Solution 1:
Answer is from here: Theano: change `base_compiledir` to save compiled files in another directory
i.e. in ~/.theanorc file (or create it) add this line :
[global]
base_compiledir=/some/path
Post a Comment for "Windows Theano Keras - Lazylinker_ext\mod.cpp: No Such File Or Directory"