You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trained model on my own dataset for 200 epochs. latest weights are saved as latest_net_G_A.pth, latest_net_G_B.pth, latest_net_D_A.pth, and latest_net_D_B.pth
After completing this, I tried to run test.py for the trained model on unseen data. but it throws error as FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/DNI_GAN/latest_net_G.pth'
My Quesries:
I dont know, why it's not being saved?
I to test images from domain A to domain B or vice versa???
The text was updated successfully, but these errors were encountered:
There maybe a latest_net_G_A.pth and latest_net_G_B.pth at somewhere, you may find it, then you can build a new directory './checkpoints/DNI_GAN and take the .pth to the new directory
I have trained model on my own dataset for 200 epochs. latest weights are saved as
latest_net_G_A.pth
,latest_net_G_B.pth
,latest_net_D_A.pth
, andlatest_net_D_B.pth
After completing this, I tried to run
test.py
for the trained model on unseen data. but it throws error asFileNotFoundError: [Errno 2] No such file or directory: './checkpoints/DNI_GAN/latest_net_G.pth'
My Quesries:
The text was updated successfully, but these errors were encountered: