Monthly Archives: October 2016

Notes on Tensorflow

To open up the environment for Tensorflow

source activate tensorflow

Navigate over to my installation directory

/anaconda/envs/tensorflow/lib/python2.7/site-packages/tensorflow

Well it’s not really necessary to run from the installation directory. Just go to the project directory.

/PycharmProjects/minst_test

To save the console to a file …

python mnist_softmax.py &> myfile.txt

Comments Off on Notes on Tensorflow

Filed under Uncategorized