关于
从TensorFlow问世开始,就开始关注TensorFlow了。但是一直没有系统地学习,这里记录一下TensorFlow的笔记。
安装
现在直接用pip安装即可,在国内可以使用 USTC 或者 THU 的镜像。
# 不使用镜像 pip install tensorflow # 使用USTC的镜像 pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple tensorflow
从TensorFlow问世开始,就开始关注TensorFlow了。但是一直没有系统地学习,这里记录一下TensorFlow的笔记。
现在直接用pip安装即可,在国内可以使用 USTC 或者 THU 的镜像。
# 不使用镜像 pip install tensorflow # 使用USTC的镜像 pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple tensorflow