Skip to content

Commit cfaffab

Browse files
committed
【关于 早停法 EarlyStopping 】那些你不知道的事
【关于 标签平滑法 LabelSmoothing 】那些你不知道的事 “
1 parent 4ccc00a commit cfaffab

22 files changed

+349
-4
lines changed

NLPinterview/KG/KBQA/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
>
55
> 项目地址:https://github.com/km1994/nlp_paper_study
66
>
7+
> 面筋:https://github.com/km1994/NLP-Interview-Notes
8+
>
79
> 个人介绍:大佬们好,我叫杨夕,该项目主要是本人在研读顶会论文和复现经典论文过程中,所见、所思、所想、所闻,可能存在一些理解错误,希望大佬们多多指正。
810
911
![](img/微信截图_20210204081440.png)

NLPinterview/PreTraining/bert/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> 作者:杨夕
44
>
5+
> NLP 论文读书笔记:https://github.com/km1994/nlp_paper_study
6+
>
7+
> 面经:https://github.com/km1994/NLP-Interview-Notes/blob/main/NLPinterview/PreTraining/bert/readme.md
8+
>
59
> 论文链接:https://arxiv.org/pdf/1810.04805.pdf
610
>
711
> 代码链接:https://github.com/google-research/bert

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
- [5.1 【关于 少样本问题】那些你不知道的事](#51-关于-少样本问题那些你不知道的事)
5252
- [5.2 【关于 脏数据】那些你不知道的事](#52-关于-脏数据那些你不知道的事)
5353
- [5.3 【关于 炼丹炉】那些你不知道的事](#53-关于-炼丹炉那些你不知道的事)
54+
- [5.4 【关于 早停法 EarlyStopping 】那些你不知道的事](#54-关于-早停法-earlystopping-那些你不知道的事)
55+
- [5.5 【关于 标签平滑法 LabelSmoothing 】那些你不知道的事](#55-关于-标签平滑法-labelsmoothing-那些你不知道的事)
5456
- [六、【关于 Python 】那些你不知道的事](#六关于-python-那些你不知道的事)
5557
- [七、【关于 Tensorflow 】那些你不知道的事](#七关于-tensorflow-那些你不知道的事)
5658

@@ -1222,6 +1224,21 @@
12221224
- [【关于 batch_size设置】那些你不知道的事](Trick/batch_size/)
12231225
- [一、训练模型时,batch_size的设置,学习率的设置?](Trick/batch_size/readme.md#一训练模型时batch_size的设置学习率的设置)
12241226

1227+
#### 5.4 [【关于 早停法 EarlyStopping 】那些你不知道的事](Trick/EarlyStopping/)
1228+
1229+
- [【关于 早停法 EarlyStopping 】那些你不知道的事](Trick/EarlyStopping/)
1230+
- [一、 为什么要用 早停法 EarlyStopping?](#一-为什么要用-早停法-earlystopping)
1231+
- [二、 早停法 EarlyStopping 是什么?](#二-早停法-earlystopping-是什么)
1232+
- [三、早停法 torch 版本怎么实现?](#三早停法-torch-版本怎么实现)
1233+
1234+
#### 5.5 [【关于 标签平滑法 LabelSmoothing 】那些你不知道的事](Trick/LabelSmoothing/)
1235+
1236+
- [【关于 标签平滑法 LabelSmoothing 】那些你不知道的事](Trick/LabelSmoothing?/)
1237+
- [一、为什么要有 标签平滑法 LabelSmoothing?](#一为什么要有-标签平滑法-labelsmoothing)
1238+
- [二、 标签平滑法 是什么?](#二-标签平滑法-是什么)
1239+
- [三、 标签平滑法 torch 怎么复现?](#三-标签平滑法-torch-怎么复现)
1240+
1241+
12251242
### 六、[【关于 Python 】那些你不知道的事](python/)
12261243

12271244
- [【关于 Python 】那些你不知道的事](python/)
77.6 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)