tensorflow
Posted wykxldz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow相关的知识,希望对你有一定的参考价值。
install
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
py2.7: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
py3.5: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl
或者参考
https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/1-2-install/
python -m pip install --user tensorflow numpy scipy matplotlib
查看pip的版本
python -m pip --version
以上是关于tensorflow的主要内容,如果未能解决你的问题,请参考以下文章
tensorflow中卷积层输出特征尺寸计算和padding参数解析