mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
tensorflow help
This commit is contained in:
parent
a539171761
commit
58ad92fd3a
|
|
@ -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
|
||||
```
|
||||
|
||||
即可。其他平台同理。
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
category: news
|
||||
layout: news
|
||||
title: "新增 Tensorflow 镜像"
|
||||
author: Xavier Yao
|
||||
---
|
||||
|
||||
TUNA 镜像站新增 Tensorflow 镜像。TensorFlow 是一个 Google 开发等采用数据流图(data flow graphs)、用于数值计算的开源软件库,被广泛应用于深度学习等领域。使用方法见[TensorFlow 镜像使用帮助](/help/tensorflow/)。
|
||||
Loading…
Reference in New Issue