Debugging the TensorFlow / Cuda error on AWS – ImportError: libcublas.so.9.0: cannot open shared object file
Cause of error This error is caused because mismatch in versions of tensorflow-gpu and CUDA. Every tensorflow-gpu lib is dependent on a very specific CUDA… Read More »Debugging the TensorFlow / Cuda error on AWS – ImportError: libcublas.so.9.0: cannot open shared object file