In your test.ipynb, you create a Generator with cnum_in=5, but you pass as input an image with 3 channels only.
Is it up-to-date with the current train.py code ? Should you also concatenate the ones and ones*mask to the image channel to pass as input, like in the training ?
Hello,
In your test.ipynb, you create a
Generator
withcnum_in=5
, but you pass as input an image with 3 channels only.Is it up-to-date with the current train.py code ? Should you also concatenate the
ones
andones*mask
to the image channel to pass as input, like in the training ?Thanks.