yh_cc
5ffd46ae8d
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
8acb0f4ad6
1.新增Vocabulary的save与load功能; 2.修复BERTEmbedding drop_word的bug; 3.新增各种Embedding的使用注释
6 years ago
ChenXin
10204ef0f2
Merge pull request #273 from fastnlp/tutorial-fix
Tutorial fix
6 years ago
ChenXin
cb2aecf7c8
更新了 tutorial 的 README,准备合入 master 分支
6 years ago
yunfan
630a1ddad3
[update] fix some typo
6 years ago
Yige Xu
29b1454818
Update tutorial_6_datasetiter.rst
6 years ago
yh_cc
9e9c6c1aa2
修复一点tutorial的typo
6 years ago
yh_cc
ed7f7b1cd9
1.优化Trainer中对exception的处理;2.修改static_embedding贴合seq2seq
6 years ago
ChenXin
27d449fc23
更新了 bert_embedding 的文档和代码
6 years ago
ChenXin
eb74379fd9
修改了 tutorial_8,并添加了 ipynb
6 years ago
ChenXin
9cb7cdb532
简化了 tutorial_7 的代码
6 years ago
ChenXin
87a19b91cb
修复了 tutorial_7 并提供了 ipynb
6 years ago
ChenXin
d815d6a71e
添加了未使用 GPU 的提示
6 years ago
ChenXin
f4057d20c9
添加了 tutorial_4 的 ipynb
6 years ago
ChenXin
8971611efc
检查了 callback 的文档和程序
6 years ago
ChenXin
73fa4a1b15
修复了 tutorial_2 的一些错误;增加了 tutorial_2 的 ipynb
6 years ago
ChenXin
24fe256917
修复了 tutorial_3 的拼写错误
6 years ago
ChenXin
b0e0e16ba7
添加了序列标注的 ipynb
6 years ago
ChenXin
3b2362d697
添加 tutorial_5 和 tutorial_6 可运行 ipynb
6 years ago
ChenXin
c4b2a8bac3
更新 tutorial_5 和 tutorial_6 的实验结果
6 years ago
ChenXin
e3f95c9a24
拼写错误;教程标题;
6 years ago
ChenXin
dd29021a59
fix tutorial_5
6 years ago
ChenXin
2d1500651f
三个纬度 check: DataSet Tutorial
6 years ago
ChenXin
72eb6b95c2
消失的代码块修复【 code-block:: 和 python 之间需要一个空格 】
6 years ago
ChenXin
cee6b7fb45
将序列标注问题移到快速入门
6 years ago
yh_cc
9bed203a35
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
51e8c3c3b4
update static_embedding to make its property words_to_words is sequential
6 years ago
ROGERDJQ
f3ee16a5f6
[new] add ConfusionMatrix, ConfusionMatrixMetric ( #272 )
* add ConfusionMatrix, ConfusionMatrixMetric
* add confusionmatrix to utils
* add ConfusionMatrixmetric
* add ConfusionMatrixMetric
* init for test
* begin test
* test finish
* doc finish
6 years ago
Yige Xu
58762810ec
[update] Re-organize classification loader and pipe
6 years ago
Yige Xu
0aab5d5277
[bugfix] fix an warning error in MNLI loader
6 years ago
Yige Xu
380e88273d
[bugfix] delete a redundant import statement in io/pipe/classification.py
6 years ago
Yige Xu
46ea42498d
[update] add Loader and Pipe for AG's News dataset
6 years ago
ChenXin
5f1d0cc4ee
Update __init__.py
Fix the wrong "__version__" value.
6 years ago
yh_cc
ce6b72232a
update FitlogCallback使它在使用update_every时也能正确记录loss
6 years ago
yh_cc
4518a8fccb
[bug fix] test bug fix
6 years ago
yh_cc
7024df46af
update SaveModelCallback和CheckPointCallback, 使他们可以在DataParallel的情况下正常工作
6 years ago
yh_cc
55aab72eb2
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yunfan
1139986b36
[bugfix] fix logger's logging level
6 years ago
yh_cc
25948294c7
CheckPointCallback中recover_fitlog自动识别
6 years ago
yh_cc
9293a6c1ab
修复一个小bug
新增CheckPointCallback用于恢复Trainer的训练; CheckPointCallback会将optimizer,model以及Trainer的状态恢复到保存的epoch
6 years ago
yh_cc
699a0ef74d
1.增强viterbi解码使得可以加入start, end; 2.修改BertEnocder中注释的typo
6 years ago
yh_cc
218f3aaded
1.修复BertEncoder中的flip时报错的bug; 2.删除Metric中fast_param_map防止误触发导致不好debug的问题
6 years ago
yh_cc
7db26a425d
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
1d3b80b7f9
修复_move_model_to_device中当device=torch.device('cpu')会触发的bug
6 years ago
Xipeng Qiu
1cf0a76a1d
Update README.md
6 years ago
Xipeng Qiu
4a8d40340b
update readme
6 years ago
yh_cc
09078d0250
使用Trainer中data_iterator属性参与循环使得可以通过callback修改数据
6 years ago
Yunfan Shao
1b377ef851
Merge pull request #264 from Gosicfly/master
出现非法格式catch住的时候,应该将sample清空
6 years ago
Gosicfly
baf009fe5c
出现非法格式catch住的时候,应该将sample清空
出现非法格式catch住的时候,应该将sample清空,不然会一直报warning,sample也会一直累积新的内容得不到正确的更新。
6 years ago
yh_cc
03e9ca2147
修复CWSPipe中无法读取包含<, >的数据的问题 https://github.com/fastnlp/fastNLP/issues/258#issue-533768454
6 years ago