Commit Graph

2136 Commits

Author SHA1 Message Date
MorningForest
4bb56616b9 添加了metrics 2022-04-08 21:32:26 +08:00
MorningForest
ce1b837d13 添加了collators 2022-04-08 21:31:31 +08:00
MorningForest
69102a8427 添加了dataloaders 2022-04-08 21:30:35 +08:00
MorningForest
6c992b31d7 添加了dataset模块 2022-04-08 21:24:15 +08:00
x54-729
3a580edb99 提交tests/core/utils/ 2022-04-08 12:16:05 +00:00
x54-729
05ca80bb6f 提交tests/modules/ 2022-04-08 12:15:33 +00:00
x54-729
6170976b7f 提交tests/core/drivers/torch_paddle_driver 2022-04-08 12:14:33 +00:00
x54-729
23502a0753 提交tests/core/drivers/paddle_driver 2022-04-08 12:14:20 +00:00
x54-729
96a565c763 提交tests/core/drivers/jittor_driver 2022-04-08 12:14:03 +00:00
x54-729
d8ce9a7915 提交/tests/core/drivers/ 2022-04-08 12:13:11 +00:00
x54-729
8671785c44 提交modules 2022-04-08 12:09:16 +00:00
x54-729
2a3c764d9c 提交core/utils/ 2022-04-08 12:08:35 +00:00
x54-729
5ed688b3bc 提交core/drivers/torch_paddle_driver/ 2022-04-08 12:07:09 +00:00
x54-729
9969502dcd 提交core/drivers/paddle_driver/ 2022-04-08 12:06:56 +00:00
x54-729
961f2da7eb 提交core/drivers/jittor_driver/ 2022-04-08 12:06:22 +00:00
yh_cc
259cbf80db 提交log/envs 2022-04-08 19:23:08 +08:00
yh_cc
916a2d2c30 init dev0.8.0 2022-04-08 01:21:26 +08:00
WillQvQ
fb645d370f Merge branch 'dev'
# Conflicts:
#	setup.py
2021-12-06 19:37:15 +08:00
WillQvQ
2e3a689b29 Merge branch 'dev' of github.com:fastNLP/fastNLP into dev 2021-12-06 17:43:20 +08:00
WillQvQ
ca6c9dd80e fix a typo 2021-12-06 17:39:44 +08:00
WillQvQ
449cf16bf5 更新了文档的链接 2021-12-06 17:27:48 +08:00
Ou
a4f792d0cc
修复Tester初始化bug (#401)
Co-authored-by: ouyhlan <ouyhlan@icloud.com>
2021-12-02 20:25:12 +08:00
yh_cc
9ac7d09431 Merge branch 'dev' of github.com:fastnlp/fastNLP into dev 2021-11-28 13:40:13 +08:00
yh_cc
24c508743a merge 2021-11-27 20:35:27 +08:00
yh_cc
e78fc82a6e 解决ELMO不支持使用cuda 2021-11-27 20:30:43 +08:00
hw
c18b205bc0
update construct_graph (#393) 2021-11-09 16:14:05 +08:00
WillQvQ
9bfc75f4af 修改了 readthedocs 的依赖 2021-10-29 10:08:59 +08:00
WillQvQ
f377237236 Update readthedocs.yml 2021-10-28 15:39:16 +08:00
WillQvQ
f344d8bd31 Update Python version to 3.7 2021-10-28 15:22:00 +08:00
yh_cc
3cb01d15d8 release code for v0.7.0
Merge pull request !10 from yh_cc/auto-1850475-master-1634268275819
2021-10-15 03:26:15 +00:00
yh_cc
c421a6d7bb 开始v0.7.1的开发 2021-10-15 11:12:55 +08:00
yh_cc
988125872a update setup.py version 2021-10-15 11:04:45 +08:00
yh_cc
8c2c9b7535 Merge branch 'master' of github.com:fastnlp/fastNLP 2021-10-15 11:03:34 +08:00
yh_cc
a3bec22b27 Merge branch 'master' of gitee.com:fastnlp/fastNLP 2021-10-15 11:02:45 +08:00
yh_cc
e1ed6f16e4 move model to device in DistTrainer 2021-10-15 11:01:01 +08:00
yh_cc
972185dc6c 增加DistTrainer中的batch_per_epoch属性 2021-09-25 22:53:05 +08:00
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
a5d608c781 Merge branch 'dev' of github.com:fastnlp/fastNLP into dev 2021-09-22 20:06:14 +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
yh_cc
7ce03a601b 1.修改Trainer中的pin_memory参数; 2.修改DistTrainer使得DistTrainer和Trainer的api使用可以尽量接近 2021-09-13 10:26:45 +08:00
Xipeng Qiu
b127963f21
Update README.md 2021-07-13 13:14:00 +08:00
yh_cc
e9c6bf751b Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev 2021-04-29 19:39:57 +08:00
yh_cc
62dd8b433c 1.trainer中修改evaluate的逻辑让valid_every不等于-1时在结束epoch需要evaluate; 2.修复BCELoss中的bug 2021-04-29 19:39:50 +08:00
LouChao98
595fc1d455
mirror fix (#361) 2021-04-22 09:57:46 +08:00
WillQvQ
099a14402c !9 一些修复汇总
Merge pull request !9 from WillQvQ/dev
2021-04-12 21:45:28 +08:00
WillQvQ
0f4dad107e Merge branch 'dev' of github.com:fastnlp/fastNLP into dev 2021-04-12 10:31: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
7b4e099c52 修复spacy版本升级导致的模型加载失败 2021-02-22 12:01:18 +08:00