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
Create profiling functions like memwatch and gpuwatch using ps aux and nvidia-smi respectively.
By default, you'll ctrl-c to quit, which will exit with a 130. Try to trap the interrupt signal and exit clean. Also check for a q keypress during the loop to exit.
The text was updated successfully, but these errors were encountered:
Create profiling functions like
memwatch
andgpuwatch
usingps aux
andnvidia-smi
respectively.By default, you'll ctrl-c to quit, which will exit with a
130
. Try to trap the interrupt signal and exit clean. Also check for aq
keypress during the loop to exit.The text was updated successfully, but these errors were encountered: