Following on from the closed issue: #35
It is clear why the input and output shapes of the model differ ('VALID' padding). It should now be possible to create models with identical input and output spatial dimension sizes with: #38
However, it is unclear how the example notebook works. It appears to create labels (and features/inputs) with the spatial dimensions (128,128), but the model output is (60,60). How was it possible to train this model with different label and model output shapes?