Ryan Guest
Results
1
comments of
Ryan Guest
``` $ python -c "import sys; print(sys.version)" 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4] $ python -c 'import tensorflow as tf; print(tf.__version__)' 1.0.1 ```