Created
January 4, 2020 11:17
-
-
Save asears/f0b42a1f5e0eda7ef2e75fd88e265798 to your computer and use it in GitHub Desktop.
Tensorflow - Monitor GPU memory usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| nvcc -V | |
| conda list | |
| watch nvidia-smi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment