Commit Graph

2136 Commits

Author SHA1 Message Date
yh_cc
13480d67b5 update import 2020-10-25 14:13:51 +08:00
Gosicfly
9a9732a86f Update vocabulary.py (#325)
strip只需要将\n去掉,否则会将一些特殊字符去掉,造成split的时候长度出错

token_type_id_rev (#329)

当activation=lambda x: x出现错误 (#330)

Co-authored-by: 路人咦 <1417954729@qq.com>

1.修改部分文档中的typo; 2.支持对transformers embedding

update import
2020-10-25 14:11:20 +08:00
yh_cc
0ca22b6b17 1.修改部分文档中的typo; 2.支持对transformers embedding 2020-10-25 13:56:54 +08:00
w.g
81bcb51314
当activation=lambda x: x出现错误 (#330)
Co-authored-by: 路人咦 <1417954729@qq.com>
2020-10-22 09:41:22 +08:00
stratoes
3270b8b48b
token_type_id_rev (#329) 2020-10-20 00:20:32 +08:00
yh_cc
08cf1a51d7 Merge branch 'master' of github.com:fastnlp/fastNLP 2020-10-12 13:57:08 +08:00
yh_cc
ba2304556c update travis 2020-10-12 13:56:58 +08:00
Gosicfly
0c990e7b50
Update vocabulary.py (#325)
strip只需要将\n去掉,否则会将一些特殊字符去掉,造成split的时候长度出错
2020-10-11 10:59:52 +08:00
yh_cc
edd3022bde 新增ConstantTokenNumSampler使得每个sample中token数量一致,可以最大化利用GPU的显存 2020-09-28 10:21:39 +08:00
yh_cc
fe7ce8e448 Merge branch 'master' of github.com:fastnlp/fastNLP 2020-09-21 20:17:00 +08:00
yh_cc
ee584e71dc 修复seq2seq_generator的bug 2020-09-21 20:16:43 +08:00
yunfan
8d08626d67 [update] fix padding masking in viterbi_decode() of CRF 2020-09-21 13:14:26 +08:00
yh_cc
0d0a6f746a 修复测试失败问题 2020-09-19 14:38:26 +08:00
ROGERDJQ
b6a07be364
[test] fix f1 test (#314)
* f1 fix

* fix f1 test

* f1 fix
2020-09-19 11:36:07 +08:00
yh_cc
40bec21684 修复save_path在dev为空的时候的bug 2020-09-19 11:10:36 +08:00
Yining Zheng
720d7b8729
Update .travis.yml
Add the webhook to notify the feishu group
2020-09-13 20:29:52 +08:00
liuxiaoxiong
acdebfccbc
[bugfix]修复 coreference resolution复现代码中参数名字不对应的bug (#323)
* pipeline

* 修复找不到对应参数的bug

* 增加requirement文件
2020-08-29 16:16:57 +08:00
roger
b9b688d233 f1 fix 2020-07-30 14:42:00 +08:00
yh_cc
14ea125687 Merge branch 'master' of github.com:fastnlp/fastNLP 2020-07-29 15:02:12 +08:00
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