pix2pix
pix2pix copied to clipboard
Consider saving input ARange with trained model
An easy gotcha is to train a model with ARange set to a non-default value, then forget to set this same value when using p2p.translate
(as mentioned in #4).
Saving this ARange value along with the saved model would probably help avoid this error.