pbhatia243 / Neural_Conversation_Models

Tensorflow based Neural Conversation Models
Apache License 2.0
191 stars 73 forks source link

tuple has no attribute get_shape #13

Open Guru-prasad opened 7 years ago

Guru-prasad commented 7 years ago

Hi,i am new to this deep learning i am trying to execute train.py obtained from https://github.com/jocicmarko/ultrasound-nerve-segmentation/train.py

Any body there to help fix this problem, the error is in line `` in get_unet() 67 print(conv5) 68 ---> 69 up6 = concatenate([(UpSampling2D(size=(2, 2))(conv5), conv4)], axis=3) 70 conv6 = Conv2D(256, (3, 3), activation='relu', padding='same')(up6) 71 conv6 = Conv2D(256, (3, 3), activation='relu', padding='same')(conv6)

Thanks in advance