heuritech / convnets-keras

MIT License
594 stars 185 forks source link

convnets.py in 'module' object is not callable #52

Open praveenkumarchandaliya opened 5 years ago

praveenkumarchandaliya commented 5 years ago

line 236, in AlexNet ) for i in range(2)], mode='concat',concat_axis=1,name="conv_2") TypeError: 'module' object is not callable

mkairanbay commented 5 years ago

Had the same problem. Resolved it by installing the keras 2.0.4 version