mathDR / reading-text-in-the-wild

A Keras/Theano implementation of "Reading Text in the Wild with Convolutional Neural Networks" by M Jaderberg et.al.
GNU General Public License v3.0
116 stars 30 forks source link

Keras Tweaks #16

Closed The-Gupta closed 7 years ago

The-Gupta commented 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?

The-Gupta commented 7 years ago

Extracted the egg file.