Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created February 11, 2018 21:35
Show Gist options
  • Save b0noI/4f25901ecd8cb241dcc16bce9324fa86 to your computer and use it in GitHub Desktop.
Save b0noI/4f25901ecd8cb241dcc16bce9324fa86 to your computer and use it in GitHub Desktop.
(tf_cu90) $ source deactivate
$ source activate tf_cu90
(tf_cu90) $ python
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
/home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:34: 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
/home/ubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/__init__.py:962: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #2
(fname, cnt))
/home/ubuntu/anaconda3/lib/python3.6/site-packages/matplotlib/__init__.py:962: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #3
(fname, cnt))
>>> quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment