Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do Testing and Training (Fine-tuning) use the same model? #43

Open
angleboy8 opened this issue May 9, 2019 · 2 comments
Open

Do Testing and Training (Fine-tuning) use the same model? #43

angleboy8 opened this issue May 9, 2019 · 2 comments

Comments

@angleboy8
Copy link

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.

@sunxiangs
Copy link

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.

@hust-kevin
Copy link

if epoch 8 can achive good result, why need train 400 epoch?

what's more, the code is really dirty, not clearly at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants