titu1994 / Inception-v4

Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras
MIT License
385 stars 172 forks source link

TypeError: 'module' object is not callable #9

Open dmjeong1995 opened 5 years ago

dmjeong1995 commented 5 years ago

Hi whenever I try to run your code Inception_resnet_v2.py this error is occured

Using TensorFlow backend. Traceback (most recent call last): File "inception_resnet_v2.py", line 251, in inception_resnet_v2 = create_inception_resnet_v2() File "inception_resnet_v2.py", line 208, in create_inception_resnet_v2 x = inception_resnet_stem(init) File "inception_resnet_v2.py", line 50, in inception_resnet_stem m = merge([c1, c2], mode='concat', concat_axis=channel_axis) TypeError: 'module' object is not callable

The only one change in my code is python version(I'm 3.x)

TaeheeJeong commented 4 years ago

I have same issue for inception_v4.py