I used the repo to work on horse2zebra dataset as a test. However, after finishing 60 epochs, although the logs (see below) said multiple .pt files were saved to ./chackpoints, nothing is actually shown there.
saving the model at the end of epoch 60, iters 80160
End of epoch 60 / 60 Time Taken: 444 sec
I used exactly the same command line in scripts/train_attentiongan.sh -- basically copied it to Colab.
I briefly checked the code and believe the checkpoints should have been saved to the default path, because I didn't specify the flags, just like in scripts/train_attentiongan.sh.
I used the repo to work on horse2zebra dataset as a test. However, after finishing 60 epochs, although the logs (see below) said multiple .pt files were saved to ./chackpoints, nothing is actually shown there.
I used exactly the same command line in
scripts/train_attentiongan.sh
-- basically copied it to Colab.I briefly checked the code and believe the checkpoints should have been saved to the default path, because I didn't specify the flags, just like in
scripts/train_attentiongan.sh
.Did anyone encountered the same problem?