xxliu
|
5bbfb92a30
|
代码规范以及修改测试文件路径以匹配github文件路径
|
6 years ago |
xxliu
|
ea5fbc8881
|
增加注释
增加测试文件及测试样例
修改部分变量命名
|
6 years ago |
xxliu
|
8dae71ff08
|
pipeline
|
6 years ago |
xxliu
|
b4e542095d
|
pipe
|
6 years ago |
liuxiaoxiong
|
b5d04fd70b
|
Merge pull request #3 from fastnlp/dev0.5.0
Dev0.5.0
|
6 years ago |
ChenXin
|
53975c045a
|
update the doc-tool & fix an importing bug
|
6 years ago |
zide05
|
78af3491a4
|
修改tutorial
|
6 years ago |
ChenXin
|
ffd5fd8135
|
delete the old doc-tool
|
6 years ago |
ChenXin
|
e1f234841c
|
mark the dataloader.__init__ as undocumented
|
6 years ago |
ChenXin
|
2cf9c0ebb1
|
add __all__ and __doc__ for all files in module 'modules', using 'undocumented' tags
|
6 years ago |
ChenXin
|
efa9496d09
|
add __all__ and __doc__ for all files in module 'models', using 'undocumented' tags
|
6 years ago |
ChenXin
|
0d5f43b451
|
add __all__ and __doc__ for all files in module 'io', using 'undocumented' tags
|
6 years ago |
ChenXin
|
efe88263bb
|
add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags
|
6 years ago |
ChenXin
|
9535ec60b6
|
update the doc system: use customized tool to generate the rst files
|
6 years ago |
ChenXin
|
34e17e9793
|
update the fastNLP.__init__ : use loader&pipe to replace data_loader
|
6 years ago |
ChenXin
|
9e16791c53
|
fix some importing bugs
|
6 years ago |
xuyige
|
78be840ab9
|
1.update README 2. fix a filename-bug in pretrain_static_file; 3. add Pipe to documents; 4. update documents in some loaders; 5. update tutorial 2 & 3 to adapt version 0.5.0
|
6 years ago |
yh_cc
|
584a92c64c
|
1.增加sequence labeling任务的数据说明; 2.增加对CWSPipe的引用
|
6 years ago |
yh_cc
|
be77533c38
|
修复word drop bug, 增加相应测试
|
6 years ago |
yh_cc
|
74934271dc
|
1.增加sequence labelling中bert ner; 2.将print替换为logger
|
6 years ago |
xuyige
|
65a6fd3dc7
|
Revert "delete predictor.py"
This reverts commit 8445bdbc79.
|
6 years ago |
ChenXin
|
8445bdbc79
|
delete predictor.py
|
6 years ago |
yhcc
|
f3a2aa6da5
|
Merge pull request #208 from SrWYG/dev0.5.0
[verify] char_cnn use pipe
|
6 years ago |
ChenXin
|
d6c597d32e
|
add __doc__ & __all__ in module 'embeddings'
|
6 years ago |
yh
|
9f3336f167
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
8d7c3ba140
|
修复CharacterEmbedding中的bug
|
6 years ago |
wyg
|
ed6fd60aa9
|
[verify] char_cnn use pipe
|
6 years ago |
yh_cc
|
85f01f01d1
|
1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug
|
6 years ago |
yh_cc
|
c38e8986cc
|
在linux桌面系统上Trainer中使用Tester的tqdm存在bug; 增加一个可选项使得用户可以关闭Tester的tqdm
|
6 years ago |
yh_cc
|
f18ab642d7
|
pytorch1.2版本中新增boolTensor类型,所有的masked_fill必须为ByteTensor类型的索引,修改fastNLP以适配
|
6 years ago |
yh
|
e2232ac39f
|
1.修复Embedding中潜在的寻找路径失败; 2.reproduction中增加分词模型; 3.修改ner模型为最新的pipe版本
|
6 years ago |
yunfan
|
44d569dade
|
[fix] logger in dist_trainer
|
6 years ago |
yh
|
a81c839fd3
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
ce083de26b
|
1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab
|
6 years ago |
yh
|
7a0903d9ba
|
1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab
|
6 years ago |
yunfan
|
f7ebc1ca2c
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into pr
|
6 years ago |
yunfan
|
4e59d88724
|
[update] move logger to fastNLP.core, update logging format
|
6 years ago |
yh
|
f69b50c8f3
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
32a2f197e1
|
增加对metric name设置的支持
|
6 years ago |
ChenXin
|
d0354d8e28
|
fix some importing bugs
|
6 years ago |
yh
|
61a133aef5
|
merge
|
6 years ago |
yh
|
fc8438587b
|
Conll2003Pipe
|
6 years ago |
yh
|
3624f7dafd
|
增加conll2003Pipe
|
6 years ago |
Yunfan Shao
|
0de2ec8823
|
[update] add default args for logger method
|
6 years ago |
ChenXin
|
7fb7c1b5b4
|
make a tool to check the alias name and __all__ part
|
6 years ago |
xuyige
|
f381703e80
|
export TokenEmbedding.
|
6 years ago |
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.
|
6 years ago |
yunfan
|
3b8bc469ba
|
[update] logger, support straightly import logger to use
|
6 years ago |
yunfan
|
1168b9dc24
|
[update] logger in trainer & tester
|
6 years ago |
yh
|
4e8905e00b
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |