Fully-Connected-DenseNets-Semantic-Segmentation icon indicating copy to clipboard operation
Fully-Connected-DenseNets-Semantic-Segmentation copied to clipboard

Model error in initialization

Open pronot opened this issue 7 years ago • 1 comments

I run the code as is given in the read me (import and just define the model). But it gives dimension error, saying input dimension should be at least 32x32. I reversed the input order from 32,32,1 to 1,32,32 This error removed but following error occurred: ValueError: "concat" mode can only merge layers with matching output shapes except for the concat axis. Layer shapes: [(None, 64, 2, 2), (None, 368, 3, 3)]

What may be the problem? Could you help?

pronot avatar Nov 10 '17 08:11 pronot

Hi,/pl try input_shape=(28,28,1)

ChiragCKarkera avatar Feb 10 '18 21:02 ChiragCKarkera