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

AttributeError: 'module' object has no attribute 'custom_spatial_2d_padding' #3

Closed vj-1988 closed 7 years ago

vj-1988 commented 7 years ago

I am getting this error when I run the make_keras_dictnet_model.py

AttributeError: 'module' object has no attribute 'custom_spatial_2d_padding'

I have copied the new files to the respective folder as mentioned in the readme. Has anyone faced the same issue before?

Irtza commented 7 years ago

Make sure you use the same version of Keras and Theano as shown in the readme. building keras from source again to resolved it for me

mathDR commented 7 years ago

vj-1988 did Irtza's comment solve your issue? I would like to close this.

vj-1988 commented 7 years ago

@mathDR and @Irtza : I had to re-install my OS ( due to other reasons). Everything works fine now. Thanks.