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
With CUDA 12.2, I have encountered the following error:
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
Most of the recommended solution on the internet are downloading and setting up CUDA 10.0. However, even though the requirements of this rep is different, using tensorflow==1.15.5 and tensorflow-gpu==1.15.5 worked, and the time that it takes to generate 1024000 samples is half the time when it was tensorflow==1.13.1 and tensorflow-gpu==1.13.1.
Using NVIDIA L4, CUDA 12.2, V12.2.140. With Python3.7.
The text was updated successfully, but these errors were encountered:
With CUDA 12.2, I have encountered the following error:
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
Most of the recommended solution on the internet are downloading and setting up CUDA 10.0. However, even though the requirements of this rep is different, using tensorflow==1.15.5 and tensorflow-gpu==1.15.5 worked, and the time that it takes to generate 1024000 samples is half the time when it was tensorflow==1.13.1 and tensorflow-gpu==1.13.1.
Using NVIDIA L4, CUDA 12.2, V12.2.140. With Python3.7.
The text was updated successfully, but these errors were encountered: