Open zhaobingbingbing opened 6 years ago
@zhaobingbingbing I met the same error , do you solve it?
@koichiro11 So do I.
Traceback (most recent call last):
File "C:\Users\MSI-PC\Documents\GitHub\residual-attention-network\train.py", line 31, in
hi,i meet the same error. how to fix it? thanks python's version is 2.7
Maybe you could try _outbound_nodes
hi,i meet the problem too.Is there anyone who sloved it?I would be appreciated if you'd like to help me.
@zhaobingbingbing I met the same error , do you solve it?
Hey,when I run this code there is an error
File "/home/user/anaconda3/envs/tf1.4/lib/python3.6/site-packages/tensorflow/python/layers/base.py", line 1224, in __init__ layer.outbound_nodes.append(self) AttributeError: 'UpSampling2D' object has no attribute 'outbound_nodes'
Do you know how to fix it? Thank you .
i try to use keras.version=2.0.9,maybe it can help u.But i met another error.
Traceback (most recent call last):
File "F:/residual-attention-network-master/train.py", line 39, in
change the File "/home/user/anaconda3/envs/tf1.4/lib/python3.6/site-packages/tensorflow/python/layers/base.py", line 1224, in init layer.outbound_nodes.append(self) to layer._outbound_nodes.append(self)
Hey,when I run this code there is an error
File "/home/user/anaconda3/envs/tf1.4/lib/python3.6/site-packages/tensorflow/python/layers/base.py", line 1224, in __init__ layer.outbound_nodes.append(self) AttributeError: 'UpSampling2D' object has no attribute 'outbound_nodes'
Do you know how to fix it? Thank you .