yh_cc
47f812647d
1. 删除了LSTM中print的内容; 2. 将Trainer和Tester的use_cuda修改为了device; 3.补充Trainer的文档
6 years ago
xuyige
55783314bc
update documents on metrics
6 years ago
yh_cc
8b50bbe6bd
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh_cc
7997dce8a7
对DataSet的文档进行更新
6 years ago
xuyige
5b8a62783c
update documents on losses.py
6 years ago
xuyige
f22cb58559
combine self attention module to attention.py
6 years ago
xuyige
23625fe954
update documents in snli
6 years ago
xuyige
96bfbf19fb
update documents in MLP
6 years ago
xuyige
7de69b60b8
update bert
6 years ago
xuyige
1e9e42e839
update pooling
6 years ago
yh_cc
66ad7d9bf9
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh_cc
28ece53df0
本地暂存
6 years ago
yunfan
001586fa3e
- add document
6 years ago
ChenXin
f3e4abfee4
修改文档的顺序
6 years ago
yh_cc
e61b7702e7
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh_cc
95aabc941d
本地暂存
6 years ago
yh_cc
2da1681c30
本地暂存
6 years ago
yh
2c202bb151
测试文档
6 years ago
yh
90bcfab7d4
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh
361a090c26
注释增加
6 years ago
yunfan
abff8d9daa
- fix test_tutorial
6 years ago
yunfan
e025350ea8
Merge branch 'dev' of https://github.com/choosewhatulike/fastNLP-private into pr
6 years ago
yunfan
c344f7a2f9
- add pad sequence for lstm
- add csv, conll, json filereader
- update dataloader
- remove useless dataloader
- fix trainer loss print
- fix tests
6 years ago
yh
4d08d6f058
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh
7d94d50c14
conflict merge
6 years ago
ChenXin
15cdee827a
样例版本
6 years ago
yh
c520d35082
修改为中文注释,增加viterbi解码方法
6 years ago
ChenXin
13d8978953
fix some doc errors
6 years ago
ChenXin
967e5e5683
doc tools
6 years ago
xuyige
9d43239fc1
update attention
6 years ago
yh_cc
c1ee0b27df
1.DataSet.apply()报错时提供错误的index
2.Vocabulary.from_dataset(), index_dataset()提供报错时的vocab顺序
3.embedloader在embed读取时遇到不规则的数据跳过这一行.
6 years ago
yh_cc
b69f8985c8
1. 在embedding_loader中增加新的读取函数load_with_vocab(), load_without_vocab, 比之前的函数改变主要在(1)不再需要传入embed_dim(2)自动判断当前是word2vec还是glove.
2. vocabulary增加from_dataset(), index_dataset()函数。避免需要多行写index dataset的问题。
3. 在utils中新增一个cache_result()修饰器,用于cache函数的返回值。
4. callback中新增update_every属性
6 years ago
xuyige
a2f1c29587
Merge remote-tracking branch 'origin/dev' into dev
6 years ago
xuyige
76f9bbf5f1
update advance_tutorial jupyter notebook
6 years ago
yh_cc
62bc898837
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
6 years ago
yh_cc
fdfaf2d6b6
防止多卡的情况导致无法正确计算loss“
6 years ago
xuyige
16fdf20d26
support parallel loss
6 years ago
xuyige
98a3dd4807
Merge branch 'dev' of https://github.com/choosewhatulike/fastNLP-private into dev
6 years ago
Yunfan Shao
6f010d488d
update readme
6 years ago
yh_cc
29f81e79ad
准备发布0.4.0版本“
6 years ago
yh
dffd9b96cd
合并冲突
6 years ago
yh
4d1721ffe3
修改部分bug;调整callback
6 years ago
yunfan
3d08b38def
- update README
6 years ago
yunfan
f4e64906d4
- fix callback & tests
6 years ago
yunfan
e12041513f
Merge remote-tracking branch 'private/dev' into pr
# Conflicts:
# fastNLP/core/callback.py
# fastNLP/core/trainer.py
6 years ago
yunfan
58f373d371
- fix test
6 years ago
yunfan
6d11ef8695
Merge remote-tracking branch 'private/dev' into pr
# Conflicts:
# fastNLP/core/callback.py
# fastNLP/io/dataset_loader.py
6 years ago
yunfan
70fb4a2284
- add star transformer model
- add ConllLoader, for all kinds of conll-format files
- add JsonLoader, for json-format files
- add SSTLoader, for SST-2 & SST-5
- change Callback interface
- fix batch multi-process when killed
- add README to list models and their performance
6 years ago
xuyige
4fd49cc333
add sigmoid activate function in MLP
6 years ago
Xipeng Qiu
0f8bed739c
Update README.md
6 years ago