Skip to content

Commit

Permalink
Merge pull request #699 from d2l-ai/master
Browse files Browse the repository at this point in the history
[hotfix] add zhibo link
  • Loading branch information
astonzhang authored Mar 18, 2021
2 parents 20ef4d2 + ec5dc6c commit 3640548
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<h5 align="center"><i>理解深度学习的最佳方法是学以致用。</i></h5>

Expand Down
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'jupyter',
'numpy',
'matplotlib',
'requests',
'pandas'
]

Expand Down
3 changes: 3 additions & 0 deletions static/frontpage/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ <h2 class="mdl-color-text--primary">《动手学深度学习》</h2>
<h3>公告</h3>
<div align="left">
<ul>
<li><b>【在线课程每周直播中】</b>
3月20日起北京时间每周六、日下午1:00至2:30直播教学《动手学深度学习》。无需缴费或注册,欢迎<a href="https://courses.d2l.ai/zh-v2/">参加</a>
</li>
<li><b>【关注第二版更新】</b>
英文版前八章已翻译至中文版第二版,并含多种深度学习框架的实现。
英文版还新增了<a href="https://d2l.ai/chapter_attention-mechanisms/index.html">注意力机制</a>
Expand Down

0 comments on commit 3640548

Please sign in to comment.