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

loss value #24

Open
ciande-narbit opened this issue Aug 16, 2022 · 3 comments
Open

loss value #24

ciande-narbit opened this issue Aug 16, 2022 · 3 comments

Comments

@ciande-narbit
Copy link

Follow the script you provided, my training losses fluctuate wildly, unable to convergence. Will your training losses be significantly reduced?

@PeterWang512
Copy link
Owner

Do you mind sharing which script are you using to train the model? Thanks!

@ciande-narbit
Copy link
Author

train_teaser_cat.sh
with loss below
image

@ciande-narbit
Copy link
Author

ciande-narbit commented Aug 17, 2022

Here is the content of script

#!/bin/bash
python train.py
--name teaser_cat_augment --batch 4
--dataroot_sketch ./data/sketch/by_author/cat
--dataroot_image ./data/image/cat --l_image 0.7
--g_pretrained ./pretrained/stylegan2-cat/netG.pth
--d_pretrained ./pretrained/stylegan2-cat/netD.pth
--max_iter 150000 --disable_eval --diffaug_policy translation \

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

2 participants