Cuda Version
How to know the version of cuda installed in your pc? I'm using keras with tensorflow back-end, but I need to detect the version of cuda in my code. It does not matter the solution is with keras or tensorflow.
How to know the version of cuda installed in your pc? I'm using keras with tensorflow back-end, but I need to detect the version of cuda in my code. It does not matter the solution is with keras or tensorflow.
You can run nvidia-smi command in you terminal and you will see the version of cuda on top of it.