Commit Graph

21 Commits

Author SHA1 Message Date
hw
c0aa5bd932
增加Mr, R8, R52, Ohsumed, 20ng数据集的loader ,pipe (#382)
* 增加Mr, R8, R52, Ohsumed, 20ng数据集的loader ,pipe

* "更改_20ng为NG20"
2021-09-23 14:40:07 +08:00
yh_cc
c72bc070a9 1.修复yxg同学发现的DataSet copy Field导致的bug; 2. 修改DistTrainer中update_every的bug; 3.Trainer和DistTrainer修改pin_memory默认值为True 2021-09-18 00:00:38 +08:00
WillQvQ
d9e0450ae7 Merge branch 'master' of github.com:fastnlp/fastNLP into dev 2021-04-12 10:30:28 +08:00
yh_cc
3e9330d250 解决https://github.com/fastnlp/fastNLP/issues/355 的问题 2021-03-30 11:12:26 +08:00
sleepy-owl
2b91830c26
Flaky test fix (#352) 2021-02-23 19:04:05 +08:00
yh_cc
04ad8e604e DataSet apply的时候可以传入use_tqdm和tqdm_desc 2021-01-05 23:45:15 +08:00
yh_cc
dc280fa1cb 删除对spacy的依赖 2020-12-11 14:03:10 +08:00
yh_cc
7ca8d045e7 update for basemodel bug 2020-12-11 13:42:18 +08:00
yh_cc
50d7cfdd7a 在dataset中添加concat函数,支持将两个dataset concat起来 2020-12-09 19:45:55 +08:00
yunfan
f711d3070a dist_trainer for fp16 2020-12-06 03:48:08 +00:00
yh_cc
2e8350cd16 Trainer支持fp16 2020-12-05 22:30:23 +08:00
willqvq
350772f518 修改读取测试数据的位置 2020-11-23 13:34:05 +08:00
willqvq
fc8f8f6913 把测试文件夹 test 改名为 tests 2020-11-23 13:00:31 +08:00
FengZiYjun
32652407df restructure files & add "modules" directory & add CRF.py 2018-07-01 10:39:36 +08:00
FengZiYjun
3e1d995b3c update file structures 2018-06-25 14:16:47 +08:00
FengZiYjun
58127d3c4e start building word seg (generally seq2seq) model 2018-05-30 22:28:22 +08:00
FengZiYjun
52b1337e8b READY TO GO: test_charlm tested 2018-05-25 17:40:28 +08:00
FengZiYjun
3081a57ef9 optimize trainer logic & prepare charlm test 2018-05-24 10:45:01 +08:00
FengZiYjun
c049b2fe1f finish basic logic of trainer & tester, wait for unittest 2018-05-23 23:03:51 +08:00
FengZiYjun
cd7b6b1e8d add toy model to check data flow all right 2018-05-22 16:28:33 +08:00
FengZiYjun
7b46f422c7 add base methods for model.base_model 2018-05-22 11:15:27 +08:00