contrastive-unpaired-translation
contrastive-unpaired-translation copied to clipboard
colab pth files
When I use the "--model test" option to run a trained model on new input I get an error:
No such file or directory: './checkpoints/apple2orange_DCL/latest_net_G_A.pth' The checkpoint directory has only apple2orange_DCL folder
thanks
The model first needs to be trained and saved before testing. It looks like there is no saved model for the run apple2orange_DCL. Did you training successfully finish?
Yes training successfully finish