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

Resuming a pkl trained from a few-shot-gan model #9

Open
YukiSakuma opened this issue Nov 4, 2020 · 1 comment
Open

Resuming a pkl trained from a few-shot-gan model #9

YukiSakuma opened this issue Nov 4, 2020 · 1 comment

Comments

@YukiSakuma
Copy link

I trained a few-shot-gan model with default parameters (trained to 30 kimg). After that I decided this needs more training so changed the resume-pkl to my latest few-shot-gan model snapshot and set the resume-kimg to 30 and total-kimg to 60
Here's the log that it says it loaded my few-shot-gan model
Loading networks from "/content/drive/My Drive/FewShotGAN/Test/00003-stylegan2-Test-Test-config-ada-sv-flat-aug/network-snapshot-000030.pkl"

But the problem is the generated fake-init and subsequent generated image ticks look like it is training completely from scratch why? It wasn't like this when I set the resume-pkl to a vanilla StyleGAN2 model.
alt text

How could I possibly resume training with more kimg without training it from scratch (i.e. resuming to an original StyleGAN2 model)?

@eps696
Copy link

eps696 commented Nov 23, 2020

same problem here

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