titu1994 / keras-non-local-nets

Keras implementation of Non-local Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: None values not supported

lizhi1215 opened this issue · comments

ValueError: None values not supported.
I missed the problem in rows 136,which is "y = Reshape((dim1, dim2, intermediate_dim))(y)",it means we can't reshape the tensor to [None,None,None,128] from the original tensor with shape [None,None,128].I have been in the trouble for a few days,is there any one can help me solve this problem?Thanks for your help!My keras is 2.1.5 and tensorflow is 1.8.

commented

Hi, I have the same problem and do you have a solution?