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

GPU consumption in new PyTorch repo with Google Colab #23

Open
ghost opened this issue Feb 15, 2021 · 0 comments
Open

GPU consumption in new PyTorch repo with Google Colab #23

ghost opened this issue Feb 15, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 15, 2021

I'm using your SytleGAN2-ADA Pytorch repo, I noticed that only 12-13 GB GPU ram is used with your 11gb gpu cfg. In the stylegan2-ada repo the graphics card always uses 15+ GB. Is it possible to optimize this?

Workflow Question:
Since Google Colab always interrupts my training after 12 hrs max, I'm doing this right? I specify next training kimg and initial strength?

eg. last training kimg 44.0 and augment 0.321 in the new training I give these values to continue learning?

Set Initial Augmentation Strength
init_strength = 0.0321

Set Initial Kimg count
nkimg_count = 44

And:
There is a grid_vid.py in your repro, how do I use that? I could not find a description anywhere.

Thanks a lot for your effort. For people like me who can't really program, it's wonderful thanks to you to still create art with AI.

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

0 participants