From 174ba7f40475256c7b3a0771f975a5a4d63c360f Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:48:16 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0736eca9d..06a4350dd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](http://ci.d2l.ai/job/d2l-zh/job/master/badge/icon)](http://ci.d2l.ai/job/d2l-zh/job/master/) -[第一版:zh.D2L.ai](https://zh.d2l.ai/) | [第二版预览版:zh-v2.D2L.ai](https://zh-v2.d2l.ai) | 安装和使用书中源代码:[第一版](https://zh.d2l.ai/chapter_prerequisite/install.html) [第二版](https://zh-v2.d2l.ai/chapter_installation/index.html) | 最新版: v2.0.0-alpha0 +[第一版:zh.D2L.ai](https://zh.d2l.ai/) | [第二版预览版:zh-v2.D2L.ai](https://zh-v2.d2l.ai) | 安装和使用书中源代码:[第一版](https://zh.d2l.ai/chapter_prerequisite/install.html) [第二版](https://zh-v2.d2l.ai/chapter_installation/index.html) | 版本号: v2.0.0-alpha0
理解深度学习的最佳方法是学以致用。
From 5419b6aed3f59d5817ef3df2492afbcaf7a83217 Mon Sep 17 00:00:00 2001 From: xiaotinghe Date: Wed, 17 Mar 2021 14:59:44 +0800 Subject: [PATCH 2/5] install torch rome pypi.org (#697) --- chapter_installation/index.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter_installation/index.md b/chapter_installation/index.md index 684e7265f..50a22d19b 100644 --- a/chapter_installation/index.md +++ b/chapter_installation/index.md @@ -68,7 +68,7 @@ pip install mxnet==1.7.0.post1 :begin_tab:`pytorch` ```bash -pip install torch torchvision -f https://download.pytorch.org/whl/torch_stable.html +pip install torch torchvision ``` :end_tab: diff --git a/setup.py b/setup.py index de765a355..a5f464a9e 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ 'jupyter', 'numpy', 'matplotlib', + 'requests', 'pandas' ] From 043b25d1dddffdc15a45811b017808bb1245e47e Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:03:56 -0700 Subject: [PATCH 3/5] Update config.ini --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index b1d91637e..f1959a99d 100644 --- a/config.ini +++ b/config.ini @@ -80,7 +80,7 @@ sphinx_configs = numfig_format = {'figure': '图%%s', 'table': '表%%s', 'code-b # items: name, URL, and a fontawesome icon # (https://fontawesome.com/icons?d=gallery). Items are separated by commas. # PDF, http://numpy.d2l.ai/d2l-en.pdf, fas fa-file-pdf, -header_links = 伯克利深度学习课程, https://courses.d2l.ai, fas fa-user-graduate, +header_links = 深度学习课程直播, https://courses.d2l.ai/zh-v2/, fas fa-user-graduate, PDF, https://zh-v2.d2l.ai/d2l-zh.pdf, fas fa-file-pdf, Jupyter 记事本文件, https://zh-v2.d2l.ai/d2l-zh.zip, fas fa-download, 讨论, https://discuss.d2l.ai/c/16, fab fa-discourse, From 1167f4f99cd1184c261c34f8535b00a30994456e Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:11:23 -0700 Subject: [PATCH 4/5] Update frontpage.html --- static/frontpage/frontpage.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/frontpage/frontpage.html b/static/frontpage/frontpage.html index 940d794ba..ecdfe3150 100644 --- a/static/frontpage/frontpage.html +++ b/static/frontpage/frontpage.html @@ -212,6 +212,9 @@

《动手学深度学习》

公告