python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"
===Sample CNN Projects===
There are some nice Tensorflow CNN tutorials online:
The code for MNIST.py is in E:\projects\tensorflow.
==DIGITS==
As root run:
docker run --runtime=nvidia --name digits -d -p 5000:5000 nvidia/digits
Then browse to http://192.168.2.202:5000