-
Notifications
You must be signed in to change notification settings - Fork 343
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
RTX3080 / CUDA 11.0 support #34
Comments
@mavanmanen I got it working on Ubuntu with a RTX 3090 CUDA 11.1 via the following Assuming you have successfully compiled TensorFlow 2.x locally change all: (in .py files)
To:
To convert pkl files to tensorflow 2.x run from the StyeFlow folder:
Change: line 133 of nnlib/tflib/custom_ops.py
To:
comment out the following in: dnnlib/tflib/tfutil.py
` |
@simon-rob That's great, any idea if this will work on windows too? |
Yes it does
…On Sat, Jan 16, 2021, 7:48 PM Mitchell van Manen ***@***.***> wrote:
@simon-rob <https://github.com/simon-rob> That's great, any idea if this
will work on windows too?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDVKQ4RIXPBZG4XDKIE7Q3S2GN23ANCNFSM4WA4TTWA>
.
|
Sadly I am now stuck with the following error:
|
Having the same error as @mavanmanen |
@simon-rob would you or anyone else who managed to get it to work on a 3090 be able to put the sequence in which you setup your environment? Thank you! |
Also interested in this. |
@dmalyavin you can try to replace tf stylegan2 with pytorch stylegan2 . |
This trick didn't work for me on CUDA 11.4
GNU/Linux Ubuntu 20.04 |
I have the same problem when using stylegan2 in TF.2 |
Really wanted to try this out but sadly won't be able to because only CUDA 10.x is supported. Has anyone found a way to get this working with CUDA 11?
The text was updated successfully, but these errors were encountered: