Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'module' object is not callable #9

Open
dmjeong1995 opened this issue May 23, 2019 · 1 comment
Open

TypeError: 'module' object is not callable #9

dmjeong1995 opened this issue May 23, 2019 · 1 comment

Comments

@dmjeong1995
Copy link

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
Copy link

I have same issue for inception_v4.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants