Commit Graph

1263 Commits

Author SHA1 Message Date
yh
9f3336f167 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-24 01:09:40 +08:00
yh
8d7c3ba140 修复CharacterEmbedding中的bug 2019-08-24 01:09:28 +08:00
yh_cc
85f01f01d1 1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug 2019-08-23 11:08:28 +08:00
yh_cc
c38e8986cc 在linux桌面系统上Trainer中使用Tester的tqdm存在bug; 增加一个可选项使得用户可以关闭Tester的tqdm 2019-08-22 19:20:24 +08:00
yh_cc
f18ab642d7 pytorch1.2版本中新增boolTensor类型,所有的masked_fill必须为ByteTensor类型的索引,修改fastNLP以适配 2019-08-22 15:51:44 +08:00
yh
e2232ac39f 1.修复Embedding中潜在的寻找路径失败; 2.reproduction中增加分词模型; 3.修改ner模型为最新的pipe版本 2019-08-20 21:35:12 +08:00
yunfan
44d569dade [fix] logger in dist_trainer 2019-08-20 16:28:12 +08:00
yh
a81c839fd3 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-20 16:04:54 +08:00
yh
ce083de26b 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab 2019-08-20 16:04:51 +08:00
yh
7a0903d9ba 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab 2019-08-20 16:04:28 +08:00
yunfan
f7ebc1ca2c Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into pr 2019-08-20 15:28:35 +08:00
yunfan
4e59d88724 [update] move logger to fastNLP.core, update logging format 2019-08-20 15:28:21 +08:00
yh
f69b50c8f3 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-20 15:06:32 +08:00
yh
32a2f197e1 增加对metric name设置的支持 2019-08-20 15:06:01 +08:00
ChenXin
d0354d8e28 fix some importing bugs 2019-08-20 00:00:31 +08:00
yh
61a133aef5 merge 2019-08-19 23:37:57 +08:00
yh
fc8438587b Conll2003Pipe 2019-08-19 23:37:25 +08:00
yh
3624f7dafd 增加conll2003Pipe 2019-08-19 23:35:47 +08:00
Yunfan Shao
0de2ec8823
[update] add default args for logger method 2019-08-19 22:08:48 +08:00
ChenXin
7fb7c1b5b4 make a tool to check the alias name and __all__ part 2019-08-19 21:48:41 +08:00
xuyige
f381703e80 export TokenEmbedding. 2019-08-19 20:48:30 +08:00
xuyige
ea0f2f7e00 update reproduction/matching to adapt version 0.5.0: 1) move loader codes from DataLoader to PiPe; 2) fix some bugs in matching pipe; 3) delete some expire codes. 2019-08-19 20:48:08 +08:00
yunfan
3b8bc469ba [update] logger, support straightly import logger to use 2019-08-19 14:24:12 +08:00
yunfan
1168b9dc24 [update] logger in trainer & tester 2019-08-19 14:24:12 +08:00
yh
4e8905e00b Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-19 10:52:21 +08:00
yh
511f41dda1 1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码 2019-08-19 10:52:12 +08:00
xuyige
9971861d86 1. update import statements in callback.py; 2. fix some code style 2019-08-19 02:57:12 +08:00
yunfan
007c047ae7 [update] logger in trainer & tester 2019-08-18 13:39:56 +08:00
yunfan
287019450e [add] logger in trainer 2019-08-17 18:16:12 +08:00
yh
89142d9dc5 CrossEntropyLoss增加class_in_dim选项控制target的维度 2019-08-17 11:36:39 +08:00
yh
39190c9241 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-17 02:00:52 +08:00
xuyige
9560a4d367 update test codes in models/bert.py 2019-08-17 00:10:40 +08:00
yh
d576d3999f 更新StaticEmbedding中的bug 2019-08-17 00:02:19 +08:00
ChenXin
6aac447e5b fix some bugs on docs' format 2019-08-16 23:38:16 +08:00
yh
f5571f1769 1.更新了loader和pipe的文件说明; 2.修正conll.py中的typo; 3.修改char_embedding的pretrain_char_path的初始化路径为None 2019-08-16 22:21:19 +08:00
yhcc
2a3aea51d6
Merge pull request #207 from Elvira521feng/master
增加char_embedding可使用预训练的character embedding的功能
2019-08-16 22:10:22 +08:00
yh
23e283c459 修复StaticEmbedding的bug 2019-08-16 22:04:38 +08:00
ChenXin
4bee5a78f4 fix static_embedding 2019-08-16 18:58:38 +08:00
ChenXin
1faf4ba2fa delete a out-date test case 2019-08-16 18:48:38 +08:00
ChenXin
4da6239ace Still some bugs on CSVLoader and JsonLoader.
These should be solved more clear
2019-08-16 18:38:13 +08:00
ChenXin
cb92f285d1
Merge pull request #205 from zide05/dev0.5.0
Dev0.5.0
2019-08-16 18:29:47 +08:00
YanqunJiang
fb82c66b4c 增加char_embedding可使用预训练的character embedding的功能 2019-08-16 17:51:07 +08:00
陈怡然
a38a32755c Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-16 17:41:23 +08:00
ChenXin
de17c9a7d3 rename base_loader file as data_bundle 2019-08-16 17:40:43 +08:00
ChenXin
0032f7788a update docs-tools 2019-08-16 17:40:16 +08:00
陈怡然
8c6552aa27 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-16 17:35:15 +08:00
ChenXin
e92408c543 update docs of io.file_utils 2019-08-16 16:53:02 +08:00
zide05
e22a94f9f0
Update static_embedding.py 2019-08-16 16:46:53 +08:00
zide05
5fac9867ae
Update stack_embedding.py 2019-08-16 16:45:21 +08:00
zide05
3eb986f86f
Update elmo_embedding.py 2019-08-16 16:16:55 +08:00