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
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
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
ChenXin
bb01836962
使代码文件可以自动下载
2020-03-27 00:28:15 +08:00
ChenXin
347efcedb7
增加了教程的代码下载
2020-03-26 23:01:18 +08:00
yh_cc
367edb7ad1
修复move_to_device中device为None时可能出现错误的问题; BERTEmbedding中增加一个可选参数
2020-03-26 20:04:03 +08:00
yh_cc
a8aa1035d3
修复batch转tensor的bug; 新增对TorchLoaderIter的说明
2020-03-25 12:33:47 +08:00
yh_cc
885c74022c
增加对ConfusionMatrix的测试用例
2020-03-24 16:09:00 +08:00
yh_cc
b3ace23d11
Merge branch 'master' of github.com:fastnlp/fastNLP
2020-03-24 15:53:41 +08:00
yh_cc
bbb1dbb630
修改tutorial中的typo; 增加DataBundle的add_collect_fn
2020-03-24 15:52:41 +08:00
ROGERDJQ
13428adfe2
[new]revised confusion class ( #278 )
...
* revised confusion matrix
2020-03-24 15:51:53 +08:00
yh_cc
bb88bb4f54
convert numpy to tensor
2020-03-19 18:49:41 +08:00
yh_cc
7f01971321
调整涉及到多个field取batch的实现方式
2020-03-19 18:04:13 +08:00