-
Notifications
You must be signed in to change notification settings - Fork 66
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
GMM training result after 200 epoch looks worse than the pretrain model #15
Comments
|
Hi @AIprogrammer |
Never-mind. I figured it out. Thanks! |
@iamrishab , I am facinng same issue. Actually I am trying for downcloths. I trained model on sample dataset (40 images) and changes --resume checkpoints as: But My results are completly blank. Please help me. |
I add some new cloth and do training step 1 (using your provided data pairs dataset/data_pair.txt) with the following cmd:
python train.py --train_mode gmm
.After 200 epochs, I used generated model at the path below:
net_model/gmm_checkpoint/generator/checkpoint_G_epoch_199.tar
as input value for "--resume_gmm" option when run demo.py.I got the following result:
(The bottom 2 rows are for the new clothes I added)
The red circled area has different results than the pretrain model
So I have some questions:
The text was updated successfully, but these errors were encountered: