Closed The-Gupta closed 7 years ago
I've created a virtual environment (with Python 2.6.9) for implementing this on Anaconda/Windows. I've installed Keras 0.3.3 (using pip), Theano 0.8.1 (from https://pypi.python.org/pypi/Theano/0.8.1 ).
I tried to install Keras 0.3.3 from https://pypi.python.org/pypi/Keras/0.3.3 and https://github.com/fchollet/keras/releases?after=1.0.2, but I was getting errors like https://github.com/cartopy/keras-0.3.3/issues/1 Then, installed using pip (pip install keras==0.3.3) which created an egg file, not a folder.
Now, how can I make the necessary tweaks by replacing files at keras/layers/convolutional.py and keras/backend/theano_backend.py?
Extracted the egg file.
I've created a virtual environment (with Python 2.6.9) for implementing this on Anaconda/Windows. I've installed Keras 0.3.3 (using pip), Theano 0.8.1 (from https://pypi.python.org/pypi/Theano/0.8.1 ).
I tried to install Keras 0.3.3 from https://pypi.python.org/pypi/Keras/0.3.3 and https://github.com/fchollet/keras/releases?after=1.0.2, but I was getting errors like https://github.com/cartopy/keras-0.3.3/issues/1 Then, installed using pip (pip install keras==0.3.3) which created an egg file, not a folder.
Now, how can I make the necessary tweaks by replacing files at keras/layers/convolutional.py and keras/backend/theano_backend.py?