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
Hi, Phd Zhang. I want to test your program,but there is no "netG_epoch_9.pth" model. In your github website, it only provides "netG_epoch_8.pth" model in google cloud. Please how to get "netG_epoch_9.pth"? Thank you for your help.
The text was updated successfully, but these errors were encountered:
because you did not training ! after you train the model,you will find many new net model like netG_epoch_9.pth........netG_epoch_300.pth....,you just need choose the best of them.
1.Training (Fine-tuning)
python train.py --dataroot ./facades/train512 --valDataroot ./facades/test512 --exp ./checkpoints_new --netG ./demo_model/netG_epoch_8.pth
2.Testing
python demo.py --dataroot ./your_dataroot --valDataroot ./your_dataroot --netG ./pre_trained/netG_epoch_9.pth
Hi, Phd Zhang. I want to test your program,but there is no "netG_epoch_9.pth" model. In your github website, it only provides "netG_epoch_8.pth" model in google cloud. Please how to get "netG_epoch_9.pth"? Thank you for your help.
The text was updated successfully, but these errors were encountered: