yh_cc
206f7758b5
1.新增一个sortedSampler,可以用于测试的时候加速; 2.修改BeamSearch中的bug; 3.修改Trainer中的循环代码,解决BatchSampler场景下可能出现evaluate时机不对的问题
2020-07-29 15:02:05 +08:00
ROGERDJQ
228cca44e9
[new] add show-result-list for confusion_matrix ( #309 )
...
add ConfusionMatrix and allow choose part of the column
2020-07-10 14:28:30 +08:00
yh_cc
c957ed69c1
loader中load先将filename排序保证一致的load顺序, 避免测试不通过
2020-07-07 22:53:05 +08:00
yh_cc
ed2309719c
修复一个data_parallel情况下的gpu不从0开始导致的bug
2020-07-05 23:24:34 +08:00
yh_cc
a6c2533bd3
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-06-28 14:38:11 +08:00
yh_cc
e361b32c3a
在@linzehui 的帮助下seq2seq终于有了第一个版本; 目前实现了Seq2Seq的Transformer和LSTM版本,但metric和loss还没update;
2020-06-28 14:38:02 +08:00
Yige Xu
d9456eb15e
[bugfix] fix an import error in bert_tokenizer.py
2020-06-18 22:51:52 +08:00
郑恒毅
94be3315a6
[bugfix]修改了modules/utils.py中initial_parameter()
函数的bug ( #300 )
...
* fix bug
* Update utils.py
2020-06-07 22:24:36 +08:00
yh_cc
1efd40c075
准备开发0.5.6
2020-06-07 20:37:25 +08:00
yh_cc
43300ad90b
修改部分注释, 准备开发0.5.6
2020-06-07 20:35:09 +08:00
ChenXin
8732dfd979
新增了 DataBundle 的 apply_more 和 apply_field_more 方法。需要进一步试用和测试。
2020-06-06 11:06:17 +08:00
Yige Xu
1f27d007d1
[add] add MSELoss
2020-05-21 12:48:08 +08:00
ROGERDJQ
4e95989e97
[new] add seperator for conll loader ( #293 )
...
* add ConfusionMatrix, ConfusionMatrixMetric
* add confusionmatrix to utils
* add ConfusionMatrixmetric
* add ConfusionMatrixMetric
* init for test
* begin test
* test finish
* doc finish
* revised confusion
* revised two
* revise two
* add sep for conll loader
* with remote
* withdraw some update
* finish merge
* update test
* update test
* to avoid none situation
2020-05-03 19:46:11 +08:00
linzehui
b95aa56afb
基本完成seq2seq基础功能
2020-05-03 15:52:10 +08:00
yh_cc
6c7a61a9ab
发布0.5.5版本
2020-05-02 11:57:25 +08:00
yh_cc
ae7b916355
1.修改Generator中的采样,防止导致分布全0采样失败; 2. 修改Trainer与checkpointcallback的配合
2020-05-02 11:43:34 +08:00
linzehui
15360e9724
保存一版旧版
2020-04-30 17:27:49 +08:00
yh_cc
9b45e9c0b5
修改GradientClipCallback中parameter的存储方式,防止在torch 1.5版本中报错
2020-04-29 00:14:34 +08:00
yh_cc
3683fd5bdd
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-04-29 00:13:31 +08:00
yh_cc
62fe53b147
修改GradientClipCallback中parameter的存储方式,防止在torch 1.5版本中报错
2020-04-29 00:13:13 +08:00
Yige Xu
1a1254b217
修改roberta embedding的一个文档错误
2020-04-28 23:35:12 +08:00
yh_cc
fbd2fd4ead
update DataSet使得可以与之前老版本的DataSet兼容
2020-04-26 12:32:46 +08:00
yh_cc
ff8b9a37a7
修复Embedding注释错误与core.utils.py代码错误
2020-04-18 16:12:11 +08:00
yh_cc
91d9b239c2
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-04-14 15:35:13 +08:00
yh_cc
4dd16be8ca
修复vocabulary iterate时不符合常规情况的问题
2020-04-14 15:35:05 +08:00
ChenXin
4557202023
更新了 ControlC 的 API
2020-04-14 10:51:23 +08:00
ChenXin
7cdd2ee862
在文档中增加了分布式训练的介绍(by yunfan)
2020-04-14 09:23:59 +08:00
yunfan
a1ac3562fe
[update] dist_trainer tutorial
2020-04-13 23:27:00 +08:00
yunfan
d997e5c77a
[bugfix] fix start_time, save&load in dist_trainer
2020-04-13 23:27:00 +08:00
yh_cc
d6b9c59cbe
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-04-13 17:04:10 +08:00
yh_cc
18747e632e
修复Vocabulary在load的时候可能发生的bug
2020-04-13 17:03:53 +08:00
Yige Xu
f0e1bdade8
[bugfix] fix an import error
2020-04-12 22:26:27 +08:00
yh_cc
2dee67129a
Solve the GPTTokenizer dependency problem
2020-04-12 21:13:33 +08:00
yh_cc
ab047a2aa3
新增对RobertaEmbedding和GPT2Embedding的支持
2020-04-12 00:49:02 +08:00
yh_cc
cbbfc18149
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-04-11 22:56:09 +08:00
yh_cc
7398f2b0b2
1.增加RobertaEmbedding与GPT2Embedding
2020-04-11 22:55:54 +08:00
yunfan
8a084c4f52
[update] bugfix in dist_trainer
2020-04-11 17:01:17 +08:00
yunfan
b49c694c62
[update] bugfix in dist_trainer
2020-04-11 16:25:59 +08:00
yh_cc
45139ebbff
BertEmbedding支持选择是否缩小词表
2020-04-07 01:07:52 +08:00
yh_cc
ace8aafdb2
修复BertEmbedding在include_cls_sep=True时,SEP位置的值不正确的问题
2020-04-06 01:40:26 +08:00
Yige Xu
d2ca466325
upload init roberta embedding
2020-04-05 21:50:44 +08:00
yh_cc
ba645f4483
1.将collect_fn修改为collate_fn使得与pytorch保持一致; 2.增加对BatchSampler的支持
2020-04-04 14:52:03 +08:00
yh_cc
9b77ad812c
暴露更多类
2020-03-28 21:41:53 +08:00
yh_cc
3b0e5e0634
暴露更多内容
2020-03-28 21:40:32 +08:00
yh_cc
eba9121a9d
对外暴露LossBase
2020-03-28 21:36:34 +08:00
ChenXin
4860442a81
Merge pull request #279 from fastnlp/document-fix
...
Document fix
2020-03-27 22:01:46 +08:00
ChenXin
693981be27
修改了文档的其它bug
2020-03-27 21:29:58 +08:00
ChenXin
36d68e9289
修改.py文件中的文档格式
2020-03-27 20:45:04 +08:00
ChenXin
c371754b10
use r""" ... """ replace """ ... """
2020-03-27 20:43:45 +08:00
ChenXin
a096e70242
修复了一系列文档中的 bug
2020-03-27 01:46:20 +08:00