I am Charmie

メモとログ

2016-03-14から1日間の記事一覧

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]

install Chainer on Windows

install Microsoft Visual C++ Compiler for Python 2.7 from here install Chainer by pip install chainer