linzehui
15360e9724
保存一版旧版
5 years ago
linzehui
7000cdebc4
add t2t model
5 years ago
linzehui
879cef62c6
add lstm module and generator
5 years ago
linzehui
8ae58d15ce
init commit, finish basic T2T component
5 years ago
yh_cc
9bed203a35
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
51e8c3c3b4
update static_embedding to make its property words_to_words is sequential
5 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
5 years ago
Yige Xu
58762810ec
[update] Re-organize classification loader and pipe
5 years ago
Yige Xu
0aab5d5277
[bugfix] fix an warning error in MNLI loader
5 years ago
Yige Xu
380e88273d
[bugfix] delete a redundant import statement in io/pipe/classification.py
5 years ago
Yige Xu
46ea42498d
[update] add Loader and Pipe for AG's News dataset
5 years ago
ChenXin
5f1d0cc4ee
Update __init__.py
Fix the wrong "__version__" value.
5 years ago
yh_cc
ce6b72232a
update FitlogCallback使它在使用update_every时也能正确记录loss
5 years ago
yh_cc
4518a8fccb
[bug fix] test bug fix
5 years ago
yh_cc
7024df46af
update SaveModelCallback和CheckPointCallback, 使他们可以在DataParallel的情况下正常工作
5 years ago
yh_cc
55aab72eb2
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yunfan
1139986b36
[bugfix] fix logger's logging level
5 years ago
yh_cc
25948294c7
CheckPointCallback中recover_fitlog自动识别
5 years ago
yh_cc
9293a6c1ab
修复一个小bug
新增CheckPointCallback用于恢复Trainer的训练; CheckPointCallback会将optimizer,model以及Trainer的状态恢复到保存的epoch
5 years ago
yh_cc
699a0ef74d
1.增强viterbi解码使得可以加入start, end; 2.修改BertEnocder中注释的typo
5 years ago
yh_cc
218f3aaded
1.修复BertEncoder中的flip时报错的bug; 2.删除Metric中fast_param_map防止误触发导致不好debug的问题
5 years ago
yh_cc
7db26a425d
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
1d3b80b7f9
修复_move_model_to_device中当device=torch.device('cpu')会触发的bug
5 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
Yige Xu
28ddc0c17e
[update]对最近几个issue的更新
6 years ago
Yige Xu
980aba9898
[update] update index documents
6 years ago
Yige Xu
2033e1d2d1
[uodate]更新metric的文档显示
6 years ago
yh_cc
ae8079cd56
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
ac0454c89b
更新部分内部引用
6 years ago
yh
5cbe1a61d6
Merge branch 'master' of https://github.com/fastnlp/fastNLP
6 years ago
yh
39f1185e1d
修复BiLSTM中ht, ct状态在有seq_len时顺序错乱的bug
6 years ago
Yige Xu
dd314a3d4f
[docfix] 修复一个BertEmbedding时warning信息的拼写错误
6 years ago
yh
08c4bc86c7
1.修复char_embedding中char encoder在获取char embedding dimension时可能发生的bug; 2.将staticembedding中only_train_min_freq默认为False; 3. check_loader_paths()不会对重复的文件名报错,修改了该bug
6 years ago
yh_cc
fe1b47b15a
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
faec3245d4
update CMRC2018Metric测试
6 years ago
yh_cc
be0b588616
update 文档中的typo
6 years ago
yunfan
03bee90521
[update] docs for logger & dist_trainer
6 years ago
yh_cc
1d7d05716e
Merge branch 'master' of github.com:fastnlp/fastNLP
6 years ago
yh_cc
38fea0fcfa
1.增强CMRC2018Metric的使用范围; 2. StaticEmbedding支持仅使用来自于pretrain embedding的token
6 years ago
Yige Xu
81c71aceb8
[bugfix]修复了trainer在update_every大于1时loss的显示错误
6 years ago
Yige Xu
3510700d73
[bugfix]修复了一些文档错误
6 years ago
yunfan
a3738b3d3c
[bugfix] 针对pytorch1.3.0版本bug的补丁
6 years ago
yhcc
fb1ad7a8fa
Merge pull request #246 from fastnlp/dev0.5.0
修复针对pytorch1.3.0版本bug的一个bug
6 years ago
Yige Xu
6cb3713b2c
修复针对pytorch1.3.0版本bug的一个bug
6 years ago
yhcc
3761c32beb
修复寻找hyper-parameter数量的bug
6 years ago