-
Notifications
You must be signed in to change notification settings - Fork 7
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
about gpu #1
Comments
Hi, sorry for late response. Did not receive any notification. Of course. A single 4090 would be enough for both training and inference. |
How would you be able to run TensorFlow version1 on RTX 4090 with the prerequisites mentioned in the README file? Because I thought the RTX 4090 requires CUDA 11.8 at least. |
Hi Ji, I have not used 4090 at that time but it might be doable using either these solutions (https://forums.developer.nvidia.com/t/can-nvidia-tensorflow-1-x-be-used-with-rtx-4090/241211) or migrating to TF2 (https://www.tensorflow.org/guide/migrate). You can start with using tf2: |
Hello Yilmaz, Thank you for the response. [tf2 -> tf1] [Error] By the way, thank you for suggesting other repos. |
Yes, it is expected to see these kind of migration issues. These might help. Or easier solution might be to check the repos I shared in the previous response. |
Thank you so much for the suggestion. As you suggested, I have tried three different ways, but the error still occurs.
For your reference, the error occured "SLATER-main_tfv2/dnnlib/tflib/network.py", line 143 |
hi,
Thanks for your contribution!
I see you used 5x2080ti gpu.2x4090 gpu with 24 GB each can run the project?
The text was updated successfully, but these errors were encountered: