Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manycoding/a1c3069f40fa4cae11198a4143818829 to your computer and use it in GitHub Desktop.
Save manycoding/a1c3069f40fa4cae11198a4143818829 to your computer and use it in GitHub Desktop.
# Colab
```text
=== Software ===
python : 3.6.9
fastai : 1.0.61.dev0
fastprogress : 0.2.2
torch : 1.4.0
nvidia driver : 418.67
torch cuda : 10.1 / is available
torch cudnn : 7603 / is enabled
=== Hardware ===
nvidia gpus : 1
torch devices : 1
- gpu0 : 15079MB | Tesla T4
=== Environment ===
platform : Linux-4.14.137+-x86_64-with-Ubuntu-18.04-bionic
distro : #1 SMP Thu Aug 8 02:47:02 PDT 2019
conda env : Unknown
python : /usr/bin/python3
sys.path :
/env/python
/usr/lib/python36.zip
/usr/lib/python3.6
/usr/lib/python3.6/lib-dynload
/usr/local/lib/python3.6/dist-packages
/usr/lib/python3/dist-packages
/usr/local/lib/python3.6/dist-packages/IPython/extensions
/root/.ipython
Fri Mar 6 13:25:40 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.59 Driver Version: 418.67 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |
| N/A 38C P8 9W / 70W | 10MiB / 15079MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
```
# Kaggle
```text
=== Software ===
python : 3.6.6
fastai : 1.0.61.dev0
fastprogress : 0.2.2
torch : 1.4.0
torch cuda : 10.1 / is available
torch cudnn : 7603 / is enabled
=== Hardware ===
torch devices : 1
- gpu0 : Tesla P100-PCIE-16GB
=== Environment ===
platform : Linux-4.19.87+-x86_64-with-debian-9.9
distro : #1 SMP Sun Mar 1 22:33:05 PST 2020
conda env : Unknown
python : /opt/conda/bin/python
sys.path : /kaggle/lib/kagglegym
/kaggle/lib
/kaggle/input/deepfake-detection-challenge
/opt/conda/lib/python36.zip
/opt/conda/lib/python3.6
/opt/conda/lib/python3.6/lib-dynload
/root/.local/lib/python3.6/site-packages
/opt/conda/lib/python3.6/site-packages
/opt/conda/lib/python3.6/site-packages/nolearn-0.6.2.dev0-py3.6.egg
/opt/conda/lib/python3.6/site-packages/tabulate-0.8.6-py3.6.egg
/opt/conda/lib/python3.6/site-packages/PyBrain-0.3.3-py3.6.egg
/opt/conda/lib/python3.6/site-packages/python_Levenshtein-0.12.0-py3.6-linux-x86_64.egg
/opt/conda/lib/python3.6/site-packages/pyeconometrics-1.0.2-py3.6.egg
/src/bq-helper
/opt/conda/lib/python3.6/site-packages/IPython/extensions
/root/.ipython
no nvidia-smi is found
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment