CarND-Semantic-Segmentation
CarND-Semantic-Segmentation copied to clipboard
The error in
I am trying to use your model, however the layer 7 from the vgg and the layer7a_out seems that the shapes are not the same.
Tensor("conv2d/kernel:0", shape=(1, 1, 4096, 20), dtype=float32_ref) must be from the same graph as Tensor("layer7_out:0", shape=(?, ?, ?, 4096), dtype=float32). Can you please help me?