Answers for "How to use my local Nvidia gpu on google colab"

1

how to check gpu activity colab

#On the left side you can open Terminal ('>_' with black background)

#You can run commands from there even when some cell is running

#Write command to see GPU usage in real-time:

$ watch nvidia-smi
Posted by: Guest on January-18-2021

Code answers related to "How to use my local Nvidia gpu on google colab"

Browse Popular Code Answers by Language