diff --git a/_posts/help/1970-01-01-tensorflow.md b/_posts/help/1970-01-01-tensorflow.md new file mode 100644 index 0000000..1685a30 --- /dev/null +++ b/_posts/help/1970-01-01-tensorflow.md @@ -0,0 +1,21 @@ +--- +category: help +layout: help +mirrorid: tensorflow +--- + +# TensorFlow 镜像使用帮助 + +TensorFlow 安装方法请参考 https://www.tensorflow.org/get_started 。将 + +```bash +export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl +``` + +替换成 + +```bash +export TF_BINARY_URL=https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl +``` + +即可。其他平台同理。 diff --git a/_posts/news/2016-11-06-tensorflow.md b/_posts/news/2016-11-06-tensorflow.md new file mode 100644 index 0000000..9b23b52 --- /dev/null +++ b/_posts/news/2016-11-06-tensorflow.md @@ -0,0 +1,8 @@ +--- +category: news +layout: news +title: "新增 Tensorflow 镜像" +author: Xavier Yao +--- + +TUNA 镜像站新增 Tensorflow 镜像。TensorFlow 是一个 Google 开发等采用数据流图(data flow graphs)、用于数值计算的开源软件库,被广泛应用于深度学习等领域。使用方法见[TensorFlow 镜像使用帮助](/help/tensorflow/)。