tensorflow help

This commit is contained in:
Xavier Yao 2016-11-06 23:21:52 +08:00
parent a539171761
commit 58ad92fd3a
2 changed files with 29 additions and 0 deletions

View File

@ -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
```
即可。其他平台同理。

View File

@ -0,0 +1,8 @@
---
category: news
layout: news
title: "新增 Tensorflow 镜像"
author: Xavier Yao
---
TUNA 镜像站新增 Tensorflow 镜像。TensorFlow 是一个 Google 开发等采用数据流图data flow graphs、用于数值计算的开源软件库被广泛应用于深度学习等领域。使用方法见[TensorFlow 镜像使用帮助](/help/tensorflow/)。