-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error Running Demo #23
Comments
seems like an issue with your cuda-toolkit + pytorch. You could try downgrading to cuda 11.3. |
Downgraded to 11.3 nvidia-smi I still get the error when running:
|
do you get the same error when running the StyleGAN3 repo? |
Try removing the I encountered the same error when my PyTorch version was 1.8. I updated my PyTorch version from 1.8 to 1.10, then tried running the training code, but still had the same issue. Once I removed |
Hi there when do they release the large model? |
@chae-won-kim thanks for the tip, will add it to the README :) @19Ply3 I just added the ImageNet512 and FFHQ512 models, the megapixel models will be added soon, see README. |
HELLO, when i removed $HOME/.cache/torch_extensions and re ran the code, i still had the saem issue, do you know why?? |
when i re ran the code, $HOME/.cache/torch_extensions will appear again. so i think this can not solve the problem. |
same |
I think you need to downgrade CUDA as well. |
|
can you train the model now? if you can, did you meet the same question as me?? |
@Youzebin |
nvidia-smi thank you |
What about your gcc version? |
9.3.0 |
Hi xl-sr does stylegan xl large model allows you to use your own pictures? |
|
In the meantime, this issue is closed, if you want to ask other questions, you can create a new issue |
After following the installation instructions, I get the following error running Cuda 11.6 on an RTX 2080ti
The text was updated successfully, but these errors were encountered: