diff --git a/notebooks/cybert/cybert_example_training.ipynb b/notebooks/cybert/cybert_example_training.ipynb index 5ab0075d..41493ca6 100644 --- a/notebooks/cybert/cybert_example_training.ipynb +++ b/notebooks/cybert/cybert_example_training.ipynb @@ -44,6 +44,38 @@ "import numpy as np" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Mon Mar 9 22:15:17 2020 \n", + "+-----------------------------------------------------------------------------+\n", + "| NVIDIA-SMI 418.87.00 Driver Version: 418.87.00 CUDA Version: 10.1 |\n", + "|-------------------------------+----------------------+----------------------+\n", + "| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |\n", + "| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |\n", + "|===============================+======================+======================|\n", + "| 0 Tesla V100-SXM2... On | 00000000:0B:00.0 Off | 0 |\n", + "| N/A 33C P0 57W / 300W | 24887MiB / 32480MiB | 0% Default |\n", + "+-------------------------------+----------------------+----------------------+\n", + " \n", + "+-----------------------------------------------------------------------------+\n", + "| Processes: GPU Memory |\n", + "| GPU PID Type Process name Usage |\n", + "|=============================================================================|\n", + "+-----------------------------------------------------------------------------+\n" + ] + } + ], + "source": [ + "!nvidia-smi" + ] + }, { "cell_type": "markdown", "metadata": {},