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...... #7

Open
mubeenmeo344 opened this issue Jul 30, 2019 · 0 comments
Open

"TypeError": 'module' object is not callable...... #7

mubeenmeo344 opened this issue Jul 30, 2019 · 0 comments

Comments

@mubeenmeo344
Copy link

merge([UpSampling2D(size=(2, 2))(conv5), conv4], mode='concat', concat_axis=1)

when I Run the above line....it gave me the following error...Kindly reply as fast as possible

"
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1664, in
main()
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:/Users/Mubeen/Downloads/Brain-tumor-segmentation-using-deep-learning-master/BRATS2015.py", line 187, in
model = unet_model()
File "C:/Users/Mubeen/Downloads/Brain-tumor-segmentation-using-deep-learning-master/BRATS2015.py", line 140, in unet_model
up6 = merge([UpSampling2D(size=(2, 2))(conv5), conv4], mode='concat', concat_axis=1)
TypeError: 'module' object is not callable
"

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

1 participant