Skip to content

Instantly share code, notes, and snippets.

@fancyerii
Created August 15, 2018 09:52
Show Gist options
  • Save fancyerii/7e6221a74b18c6130e522d637160ba7f to your computer and use it in GitHub Desktop.
Save fancyerii/7e6221a74b18c6130e522d637160ba7f to your computer and use it in GitHub Desktop.
tf env
== cat /etc/issue ===============================================
Linux lili-Precision-7720 4.15.0-30-generic #32~16.04.1-Ubuntu SMP Thu Jul 26 20:25:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
VERSION="16.04.4 LTS (Xenial Xerus)"
VERSION_ID="16.04"
VERSION_CODENAME=xenial
== are we in docker =============================================
No
== compiler =====================================================
c++ (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
== uname -a =====================================================
Linux lili-Precision-7720 4.15.0-30-generic #32~16.04.1-Ubuntu SMP Thu Jul 26 20:25:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
== check pips ===================================================
msgpack-numpy 0.4.1
numpy 1.14.2
numpydoc 0.8.0
protobuf 3.5.2.post1
tensorflow 1.6.0
warpctc-tensorflow 0.1
== check for virtualenv =========================================
True
== tensorflow import ============================================
tf.VERSION = 1.6.0
tf.GIT_VERSION = b'v1.6.0-2-gcbc6580'
tf.COMPILER_VERSION = b'v1.6.0-2-gcbc6580'
Sanity check: array([1], dtype=int32)
/home/lili/py3-env/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
== env ==========================================================
LD_LIBRARY_PATH /usr/local/cuda-9.1/lib64:
DYLD_LIBRARY_PATH is unset
== nvidia-smi ===================================================
Wed Aug 15 17:48:50 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.48 Driver Version: 390.48 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro P3000 Off | 00000000:01:00.0 Off | N/A |
| N/A 46C P0 22W / N/A | 691MiB / 6078MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1212 G /usr/lib/xorg/Xorg 474MiB |
| 0 3511 G compiz 208MiB |
| 0 4470 G /usr/lib/firefox/firefox 1MiB |
| 0 5418 G /usr/lib/firefox/firefox 1MiB |
| 0 13325 G /usr/lib/firefox/firefox 1MiB |
+-----------------------------------------------------------------------------+
== cuda libs ===================================================
/usr/local/cuda-8.0/doc/man/man7/libcudart.7
/usr/local/cuda-8.0/doc/man/man7/libcudart.so.7
/usr/local/cuda-8.0/lib64/libcudart_static.a
/usr/local/cuda-8.0/lib64/libcudart.so.8.0.61
/usr/local/cuda-9.1/doc/man/man7/libcudart.7
/usr/local/cuda-9.1/doc/man/man7/libcudart.so.7
/usr/local/cuda-9.1/lib64/libcudart_static.a
/usr/local/cuda-9.1/lib64/libcudart.so.9.1.85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment