First of all thanks for this great repo and project.
I'm using an image of the size 240 and not 128 and when running the train_full script or any other method of training I receive the following error in the net instantiation (building) procedure:
ValueError:Concatenatelayer requires inputs with matching shapes except for the concat axis. Got inputs shapes: [(None, 16, 16, 512), (None, 15, 15, 512)]
This error happens when the following layer is constructed
First of all thanks for this great repo and project.
I'm using an image of the size 240 and not 128 and when running the train_full script or any other method of training I receive the following error in the net instantiation (building) procedure:
ValueError:
Concatenatelayer requires inputs with matching shapes except for the concat axis. Got inputs shapes: [(None, 16, 16, 512), (None, 15, 15, 512)]
This error happens when the following layer is constructed
Any idea why? or how to solve it?
Furthermore how would you suggest that use the net for arbitrary size of an image (w,h) where w != h