I am Charmie

メモとログ

Install TensorFlow on Linux

[code lang="bash"] pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl

check installed version

python -c "import tensorflow; print(tensorflow.version);" [/code]