Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0-beta1 #1182

Merged
merged 34 commits into from
Jul 31, 2022
Merged

Release 2.0.0-beta1 #1182

merged 34 commits into from
Jul 31, 2022

Conversation

astonzhang
Copy link
Member

No description provided.

JeffersonQin and others added 21 commits May 7, 2022 00:46
修改部分语义表述
依照本书的翻译习惯,将pooling翻译成汇聚
* maybe a little false

* maybe a little false
一个笔误
# 假设batch_size=2,num_pred_positions=3
# 那么batch_idx应该是np.repeat( [0,1], 3 ) = [0,0,0,1,1,1]
* Update lr-scheduler.md

* Update chapter_optimization/lr-scheduler.md

Co-authored-by: goldmermaid <[email protected]>

Co-authored-by: goldmermaid <[email protected]>
* fix translation for kaggle-house-price.md

* fix translation for kaggle-house-price.md

Signed-off-by: sunhaizhou <[email protected]>
* Update weight-decay.md

关于“k多选d”这一部分,中文读者使用排列组合的方式可能更容易理解
关于“给定k个变量,阶数的个数为...”这句话是有歧义的,不是很像中国话,应该是说“阶数为d的项的个数为...”。
并增加了一句对“因此即使是阶数上的微小变化,比如从$2$到$3$,也会显著增加我们模型的复杂性。”的解释
解释为何会增加复杂性以及为何需要细粒度工具。

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <[email protected]>

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <[email protected]>

Co-authored-by: goldmermaid <[email protected]>
The key distinction between vanilla RNNs and GRUs is that the latter support gating of the hidden state.
翻译错误
Unify naming of the function 'init_xavier()'.
* Update mlp-concise.md

语句不通顺

* Update environment.md

语序异常
Co-authored-by: yuande <yuande>
fixing typos u->x in article
@astonzhang astonzhang changed the title Release 2.0.0-alpha1 Release 2.0.0-beta1 Jul 30, 2022
yingang and others added 8 commits July 30, 2022 16:58
We invoke Stuart Russell and Peter Norvig who, in their classic AI text book Artificial Intelligence: A Modern Approach :cite:Russell.Norvig.2016, pointed out that

原译文把who也直接翻译出来了。
* Update mlp.md

修改部分语义表述

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: goldmermaid <[email protected]>

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: Aston Zhang <[email protected]>
Co-authored-by: goldmermaid <[email protected]>
* Correct a translation error.

* Update chapter_computer-vision/image-augmentation.md

Co-authored-by: Aston Zhang <[email protected]>
* Update aws.md

* Update chapter_appendix-tools-for-deep-learning/aws.md

Co-authored-by: Aston Zhang <[email protected]>
fix a minor issue in  code
@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/14 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/15 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

Avoids the following user warning:
```python
~/anaconda3/envs/torch/lib/python3.10/site-packages/torch/functional.py:568: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at  ../aten/src/ATen/native/TensorShape.cpp:2228.)
  return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
```
@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/16 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/18 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/17 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/20 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@d2l-bot
Copy link
Member

d2l-bot commented Jul 31, 2022

Job d2l-zh/PR-1182/21 is complete.
Check the results at http://preview.d2l.ai/d2l-zh/PR-1182/

@astonzhang astonzhang merged commit e42ebff into release Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.