-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Traceback (most recent call last): #45
Comments
@PanPan0210 try with trainUnet.ipynb . which file are you running? |
I have the same error. |
@ajithvallabai the python notebook throws the same error! any imports I am missing out? |
@PanPan0210 @Pmac23 i am able to execute . check your path for files and imports . keras version |
Hi I got same problem. while running model = unet().
TypeError: 'module' object is not callable** I am using keras 2.2.0 with tensorflow 1.5.0. |
@sagardatascientists could you use all the merges like below code coudl you provide your python version ? . |
@sagardatascientists
|
Hello Ajit,
Yes, I already did that and it works fine. I used Python 3.6 version.
Thank you for your reply!
…On Wed, Jun 20, 2018 at 7:28 PM, Ajith ***@***.***> wrote:
@sagardatascientists <https://github.com/sagardatascientists> could you
use all the merges like below code
merge6 = concatenate([drop4,up6],axis=3)
coudl you provide your python version ? .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQ2e3EGxWEJBsaxS2ZmNqgYXWW-wZaiQks5t-fmqgaJpZM4Ul1jo>
.
--
*With Regards,*
*Sagar Soni | Machine Learning Engineer *
*+22 109 7206*
|
can you please tell me what changes i need to do code while i am import data by me without fetching fro site. because i am unable to fetch it from kaggle site in this code i have kaggle ID and password |
I got the same problem and I solved it! It’s because my Jupyter uses python 2, while my Keras is using python 3. When I run everything in python3, it worked well. |
Hi, I am getting the below message while running Unet. I am using pyhon 3.6 and keras - 2.1.6-tf version. I changed below two lines or similar lines on code up6 = Conv2DTranspose(512, (2,2),strides=(2,2), activation = 'relu', padding = 'same', kernel_initializer = 'he_normal')(drop5) But getting the same error message.TypeError Traceback (most recent call last) /project/bioinformatics/Rajaram_lab/s183574/myCopy/unet-master/model.py in unet(pretrained_weights, input_size) TypeError: 'module' object is not callable |
did you solve it? I am facing the same thing |
Traceback (most recent call last):
File "/home/panpan/Desktop/unet-master/main.py", line 15, in
model = unet()
File "/home/panpan/Desktop/unet-master/model.py", line 35, in unet
merge6 = merge([drop4,up6], mode = 'concat', concat_axis = 3)
TypeError: 'module' object is not callable
您好,我刚接触这块,基础较弱;
我不知道为什么会有这个错误,找了很多关于这个的错误,也是不可以。您能告诉我怎么修改么
The text was updated successfully, but these errors were encountered: