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

fix typo in chapter_natural-language-processing-pretraining/glove.md #1175

Conversation

YaoPengCN
Copy link
Contributor

fix typo in chapter_natural-language-processing-pretraining/glove.md

@d2l-bot
Copy link
Member

d2l-bot commented Jun 24, 2022

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

Copy link
Member

@goldmermaid goldmermaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @YaoPengCN !

@goldmermaid goldmermaid merged commit 19c9ca6 into d2l-ai:master Jul 19, 2022
@YaoPengCN YaoPengCN deleted the on-going-chapter-natural-language-processing-pretraining branch July 19, 2022 02:03
cheungdaven added a commit that referenced this pull request Aug 23, 2022
* change 15.2 title in chinese version (#1109)

change title ’15.2. 情感分析:使用递归神经网络‘ to ’15.2. 情感分析:使用循环神经网络‘

* 修改部分语义表述 (#1105)

* Update r0.17.5 (#1120)

* Bump versions in installation

* 94行typo: (“bert.mall”)->(“bert.small”) (#1129)

* line 313: "bert.mall" -> "bert.small" (#1130)

* fix: update language as native reader (#1114)

* Fix the translation of "stride" (#1115)

* Update index.md (#1118)

修改部分语义表述

* Update self-attention-and-positional-encoding.md (#1133)

依照本书的翻译习惯,将pooling翻译成汇聚

* maybe a comment false (#1149)

* maybe a little false

* maybe a little false

* A minor bug in the rcnn section (Chinese edition) (#1148)

* Update bert.md (#1137)

一个笔误
# 假设batch_size=2,num_pred_positions=3
# 那么batch_idx应该是np.repeat( [0,1], 3 ) = [0,0,0,1,1,1]

* Update calculus.md (#1135)

* fix typo in git documentation (#1106)

* fix: Update the Chinese translation in lr-scheduler.md (#1136)

* Update lr-scheduler.md

* Update chapter_optimization/lr-scheduler.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* fix translation for kaggle-house-price.md (#1107)

* fix translation for kaggle-house-price.md

* fix translation for kaggle-house-price.md

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>

* Update weight-decay.md (#1150)

* Update weight-decay.md

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

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Fix a spelling error (#1161)

* Update gru.md (#1152)

The key distinction between vanilla RNNs and GRUs is that the latter support gating of the hidden state.
翻译错误

* Unify the function naming (#1113)

Unify naming of the function 'init_xavier()'.

* Update mlp-concise.md (#1166)

* Update mlp-concise.md

语句不通顺

* Update environment.md

语序异常

* Update config.ini

* fix the imprecise description (#1168)

Co-authored-by: yuande <yuande>

* fix typo in chapter_natural-language-processing-pretraining/glove.md (#1175)

* Fix some typos. (#1163)

* Update batch-norm.md (#1170)

fixing typos u->x in article

* Update linear-regression.md (#1090)

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 (#1117)

* Update mlp.md

修改部分语义表述

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Correct a translation error. (#1091)

* Correct a translation error.

* Update chapter_computer-vision/image-augmentation.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update aws.md (#1121)

* Update aws.md

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

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update image-augmentation.md (#1093)

* Update anchor.md (#1088)

fix a minor issue in  code

* Update anchor.md

* Update image-augmentation.md

* fix typo and improve translation in chapter_linear-networks\softmax-regression.md (#1087)

* Avoid `torch.meshgrid` user warning (#1174)

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]
```

* bump to 2.0.0-beta1

* Update sequence.md

* bump beta1 on readme

* Add latex code block background to config

* BLD: Bump python support version 3.9 (#1183)

* BLD: Bump python support version 3.9

* Remove clear and manually downgrade protobuf 4.21.4 to 3.19.4

* BLD: Bump torch and tensorflow

* Update Jenkinsfile

* Update chapter_installation/index.md

* Update chapter_installation/index.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update config.ini

* Update INFO.md

* Update INFO.md

* Drop mint to show code in pdf, use Inconsolata font, apply code cell color (#1187)

* resolve the conflicts

* revise from publisher (#1089)

* revise from publisher

* d2l api

* post_latex

* revise from publisher

* revise ch11

* Delete d2l-Copy1.bib

* clear cache

* rm d2lbook clear

* debug anchor

* keep original d2l doc

Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>

* 重复语句 (#1188)

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improve expression for chapter_preliminaries/pandas.md (#1184)

* Update pandas.md

* Improve expression

* Improve expression

* Update chapter_preliminaries/pandas.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improce expression for chapter_preliminaries/linear-algebra.md (#1185)

* Improce expression

* Improve code comments

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Fix multibox_detection bugs

* Update d2l to 0.17.5 version

* restore older version

* Upgrade pandas

* change to python3.8

* Test warning log

* relocate  warning log

* test logs filtering

* Update gru.md

* Add DeprecationWarning filter

* Test warning log

* Update attention mechanisms & computational performance

* Update multilayer perceptron& linear & convolution networks & computer vision

* Update recurrent&optimition&nlp pretraining & nlp applications

* ignore warnings

* Update index.md

* Update linear networks

* Update multilayer perceptrons&deep learning computation

* Update preliminaries

* Check and Add warning filter

* Update kaggle-cifar10.md

* Update object-detection-dataset.md

* Update ssd.md fcn.md

* Update hybridize.md

* Update hybridize.md

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>
Co-authored-by: zhou201505013 <39976863+zhou201505013@users.noreply.github.com>
Co-authored-by: Xinwei Liu <xinzone@outlook.com>
Co-authored-by: Anirudh Dagar <anirudhdagar6@gmail.com>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: hugo_han <57249629+HugoHann@users.noreply.github.com>
Co-authored-by: gyro永不抽风 <1247006353@qq.com>
Co-authored-by: CanChengZheng <zcc550169544@163.com>
Co-authored-by: linlin <jajupmochi@gmail.com>
Co-authored-by: iuk <liukun0104@gmail.com>
Co-authored-by: yoos <49556860+liyunlongaaa@users.noreply.github.com>
Co-authored-by: Mr. Justice Lawrence John Wargrave <65226618+RUCWargrave@users.noreply.github.com>
Co-authored-by: Chiyuan Fu <fuchiyuan2019@outlook.com>
Co-authored-by: Sunhuashan <48636870+Sunhuashan@users.noreply.github.com>
Co-authored-by: Haiker Sun <haizhou.uestc2011@gmail.com>
Co-authored-by: Ming Liu <akira.liu@njnu.edu.cn>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>
Co-authored-by: silenceZheng66 <13754430639@163.com>
Co-authored-by: Wenchao Yan <56541797+YWonchall@users.noreply.github.com>
Co-authored-by: Kiki2049 <55939997+Kiki2049@users.noreply.github.com>
Co-authored-by: Krahets <krahets@163.com>
Co-authored-by: friedmainfunction <73703265+friedmainfunction@users.noreply.github.com>
Co-authored-by: Jameson <miraclecome@gmail.com>
Co-authored-by: P. Yao <12227516+YaoPengCN@users.noreply.github.com>
Co-authored-by: Yulv-git <34329208+Yulv-git@users.noreply.github.com>
Co-authored-by: Liu,Xiao <45966993+liuxiao916@users.noreply.github.com>
Co-authored-by: YIN, Gang <1246410+yingang@users.noreply.github.com>
Co-authored-by: Joe-HZ <58297431+Joe-HZ@users.noreply.github.com>
Co-authored-by: lybloveyou <102609904+lybloveyou@users.noreply.github.com>
Co-authored-by: VigourJiang <jiangfuqiang154@163.com>
Co-authored-by: zxhd863943427 <74853597+zxhd863943427@users.noreply.github.com>
Co-authored-by: LYF <27893441+liyufan@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>
Co-authored-by: xiaotinghe <xiaotih@amazon.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Holly-Max <60691735+Holly-Max@users.noreply.github.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Co-authored-by: Shuai Zhang <cheungdaven@gmail.com>
cheungdaven pushed a commit that referenced this pull request Aug 25, 2022
* change 15.2 title in chinese version (#1109)

change title ’15.2. 情感分析:使用递归神经网络‘ to ’15.2. 情感分析:使用循环神经网络‘

* 修改部分语义表述 (#1105)

* Update r0.17.5 (#1120)

* Bump versions in installation

* 94行typo: (“bert.mall”)->(“bert.small”) (#1129)

* line 313: "bert.mall" -> "bert.small" (#1130)

* fix: update language as native reader (#1114)

* Fix the translation of "stride" (#1115)

* Update index.md (#1118)

修改部分语义表述

* Update self-attention-and-positional-encoding.md (#1133)

依照本书的翻译习惯,将pooling翻译成汇聚

* maybe a comment false (#1149)

* maybe a little false

* maybe a little false

* A minor bug in the rcnn section (Chinese edition) (#1148)

* Update bert.md (#1137)

一个笔误
# 假设batch_size=2,num_pred_positions=3
# 那么batch_idx应该是np.repeat( [0,1], 3 ) = [0,0,0,1,1,1]

* Update calculus.md (#1135)

* fix typo in git documentation (#1106)

* fix: Update the Chinese translation in lr-scheduler.md (#1136)

* Update lr-scheduler.md

* Update chapter_optimization/lr-scheduler.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* fix translation for kaggle-house-price.md (#1107)

* fix translation for kaggle-house-price.md

* fix translation for kaggle-house-price.md

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>

* Update weight-decay.md (#1150)

* Update weight-decay.md

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

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/weight-decay.md

yep

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Fix a spelling error (#1161)

* Update gru.md (#1152)

The key distinction between vanilla RNNs and GRUs is that the latter support gating of the hidden state.
翻译错误

* Unify the function naming (#1113)

Unify naming of the function 'init_xavier()'.

* Update mlp-concise.md (#1166)

* Update mlp-concise.md

语句不通顺

* Update environment.md

语序异常

* Update config.ini

* fix the imprecise description (#1168)

Co-authored-by: yuande <yuande>

* fix typo in chapter_natural-language-processing-pretraining/glove.md (#1175)

* Fix some typos. (#1163)

* Update batch-norm.md (#1170)

fixing typos u->x in article

* Update linear-regression.md (#1090)

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 (#1117)

* Update mlp.md

修改部分语义表述

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Update chapter_multilayer-perceptrons/mlp.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>

* Correct a translation error. (#1091)

* Correct a translation error.

* Update chapter_computer-vision/image-augmentation.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update aws.md (#1121)

* Update aws.md

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

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update image-augmentation.md (#1093)

* Update anchor.md (#1088)

fix a minor issue in  code

* Update anchor.md

* Update image-augmentation.md

* fix typo and improve translation in chapter_linear-networks\softmax-regression.md (#1087)

* Avoid `torch.meshgrid` user warning (#1174)

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]
```

* bump to 2.0.0-beta1

* Update sequence.md

* bump beta1 on readme

* Add latex code block background to config

* BLD: Bump python support version 3.9 (#1183)

* BLD: Bump python support version 3.9

* Remove clear and manually downgrade protobuf 4.21.4 to 3.19.4

* BLD: Bump torch and tensorflow

* Update Jenkinsfile

* Update chapter_installation/index.md

* Update chapter_installation/index.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update config.ini

* Update INFO.md

* Update INFO.md

* Drop mint to show code in pdf, use Inconsolata font, apply code cell color (#1187)

* revise from publisher (#1089)

* revise from publisher

* d2l api

* post_latex

* revise from publisher

* revise ch11

* Delete d2l-Copy1.bib

* clear cache

* rm d2lbook clear

* debug anchor

* keep original d2l doc

Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>

* 重复语句 (#1188)

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improve expression for chapter_preliminaries/pandas.md (#1184)

* Update pandas.md

* Improve expression

* Improve expression

* Update chapter_preliminaries/pandas.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Improce expression for chapter_preliminaries/linear-algebra.md (#1185)

* Improce expression

* Improve code comments

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

* Update chapter_preliminaries/linear-algebra.md

Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>

* Update univ count

* Replace GitHub Button

* Revert "Replace GitHub Button"

This reverts commit 1844b86.

Signed-off-by: sunhaizhou <haizhou.sun@smartmore.com>
Co-authored-by: zhou201505013 <39976863+zhou201505013@users.noreply.github.com>
Co-authored-by: Xinwei Liu <xinzone@outlook.com>
Co-authored-by: Anirudh Dagar <anirudhdagar6@gmail.com>
Co-authored-by: Aston Zhang <22279212+astonzhang@users.noreply.github.com>
Co-authored-by: hugo_han <57249629+HugoHann@users.noreply.github.com>
Co-authored-by: gyro永不抽风 <1247006353@qq.com>
Co-authored-by: CanChengZheng <zcc550169544@163.com>
Co-authored-by: linlin <jajupmochi@gmail.com>
Co-authored-by: iuk <liukun0104@gmail.com>
Co-authored-by: yoos <49556860+liyunlongaaa@users.noreply.github.com>
Co-authored-by: Mr. Justice Lawrence John Wargrave <65226618+RUCWargrave@users.noreply.github.com>
Co-authored-by: Chiyuan Fu <fuchiyuan2019@outlook.com>
Co-authored-by: Sunhuashan <48636870+Sunhuashan@users.noreply.github.com>
Co-authored-by: Haiker Sun <haizhou.uestc2011@gmail.com>
Co-authored-by: Ming Liu <akira.liu@njnu.edu.cn>
Co-authored-by: goldmermaid <goldpiggy@berkeley.edu>
Co-authored-by: silenceZheng66 <13754430639@163.com>
Co-authored-by: Wenchao Yan <56541797+YWonchall@users.noreply.github.com>
Co-authored-by: Kiki2049 <55939997+Kiki2049@users.noreply.github.com>
Co-authored-by: Krahets <krahets@163.com>
Co-authored-by: friedmainfunction <73703265+friedmainfunction@users.noreply.github.com>
Co-authored-by: Jameson <miraclecome@gmail.com>
Co-authored-by: P. Yao <12227516+YaoPengCN@users.noreply.github.com>
Co-authored-by: Yulv-git <34329208+Yulv-git@users.noreply.github.com>
Co-authored-by: Liu,Xiao <45966993+liuxiao916@users.noreply.github.com>
Co-authored-by: YIN, Gang <1246410+yingang@users.noreply.github.com>
Co-authored-by: Joe-HZ <58297431+Joe-HZ@users.noreply.github.com>
Co-authored-by: lybloveyou <102609904+lybloveyou@users.noreply.github.com>
Co-authored-by: VigourJiang <jiangfuqiang154@163.com>
Co-authored-by: zxhd863943427 <74853597+zxhd863943427@users.noreply.github.com>
Co-authored-by: LYF <27893441+liyufan@users.noreply.github.com>
Co-authored-by: Aston Zhang <asv325@gmail.com>
Co-authored-by: xiaotinghe <xiaotih@amazon.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-66.us-west-2.compute.internal>
Co-authored-by: Holly-Max <60691735+Holly-Max@users.noreply.github.com>
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants