You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also make sure that your installed versions of tensorflow, cuDNN and CUDA are compatible (see https://www.tensorflow.org/install/source#gpu).
I specified tensorflow-gpu==2.1.0 in the requirements.txt file as I was using an older GPU with CUDA version 10.X. I guess your GPU is using CUDA 11.X, so you might have to install a newer tensorflow version like 2.5 or higher.
I hope that my answer could help you running the code on your system.
Hi, I am running this on a personal computer with a 3070ti and 32gb of ram.
I am immediately running out of memory with a error saying it can't allocate 9gb of memory.
What are the system requirements for this or do I need to optimise my setup? I am using the packages and versions in requirements.txt.
Thanks.
The text was updated successfully, but these errors were encountered: