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

Resume from the latest pickle #1

Closed
wants to merge 0 commits into from
Closed

Conversation

woctezuma
Copy link

Hello,

I know you don't accept pull requests. However, this could be of interest to others who want to run the code on Google Colab,

To put it in a nutshell, I have ported my changes from NVlabs/stylegan2-ada#6 Namely:

  • save output images as JPG,
  • automatically resume from the latest .pkl file with the command-line argument --resume=latest,
  • automatically set the resume value of kimg,
  • allow to manually set the resume value of the augmentation strength,
  • add config auto_norp to replicate the auto config without EMA rampup,
  • allow to override mapping net depth with the command-line argument --cfg_map,
  • allow to enforce CIFAR-specific architecture tuning with the command-line argument --cifar_tune.

@woctezuma
Copy link
Author

woctezuma commented Feb 1, 2021

I made the pull request with the wrong branch. The correct branch should not have been main but google-colab. Done with #3.

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

Successfully merging this pull request may close these issues.

1 participant