MorningForest
|
b9be645ed0
|
dataset 增加 set_pad, set_ignore
|
2022-05-22 21:12:42 +08:00 |
|
MorningForest
|
a788fd17be
|
增加metric文档
|
2022-05-22 19:50:10 +08:00 |
|
MorningForest
|
e0f49d887b
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-22 19:12:55 +08:00 |
|
MorningForest
|
724b112a34
|
增加dataset, collator文档
|
2022-05-22 19:12:47 +08:00 |
|
yh
|
099b5b598e
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-22 16:29:52 +08:00 |
|
yh
|
653b129e60
|
Evaluator新增load_model函数
|
2022-05-22 16:29:45 +08:00 |
|
MorningForest
|
7ca1abfba5
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-20 18:04:09 +08:00 |
|
MorningForest
|
9bb1ed4ccf
|
增加 mixdataloader 文档, 修改mix_sampler, mixdataloader代码, 增加相应测试用例
|
2022-05-20 18:04:00 +08:00 |
|
x54-729
|
1ccb200c5c
|
1.为Jenkins添加30min的超时时间 2.跟进driver关于checkpoint的改动
|
2022-05-20 08:02:25 +00:00 |
|
x54-729
|
f8015d050b
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-20 07:28:00 +00:00 |
|
x54-729
|
06551964a3
|
paddle 不再为非fp16的driver加载fp16状态
|
2022-05-20 07:27:48 +00:00 |
|
yh
|
466e924d2e
|
1.修复classify_f1_pre_rec_metric在batch中target不包含某类class时的计算错误;2.增加对FairScale的支持, 同时修改TorchDriver以实现兼容
|
2022-05-20 01:57:06 +08:00 |
|
x54-729
|
5455663093
|
1.修改.Jenkinsfile移动html页面的步骤至post中 2.修改torch_dataloader/test_fdl.py的部分测试例 3.在torch版本较低时跳过worker_inif_function的测试
|
2022-05-19 13:34:46 +00:00 |
|
x54-729
|
cb8eb8040a
|
集成测试时添加对飞书bot的支持和生成结果的html页面
|
2022-05-19 12:00:31 +00:00 |
|
x54-729
|
0838529873
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-19 10:15:32 +00:00 |
|
yh
|
c04fc2dc51
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-19 17:07:51 +08:00 |
|
yh
|
4d3a93964f
|
修复ClassifyFPreRecMetric代码中的bug
|
2022-05-19 17:07:39 +08:00 |
|
x54-729
|
be94e5b686
|
1.增加构建多分支文档的命令和文件 2.重命名Jenkinsfile为.Jenkinsfile
|
2022-05-19 09:04:58 +00:00 |
|
MorningForest
|
916c113322
|
修改增加 jittor fdl 的文档
|
2022-05-19 01:47:53 +08:00 |
|
MorningForest
|
744f6de6a0
|
修改 fdl 文档
|
2022-05-19 01:37:55 +08:00 |
|
MorningForest
|
6592794d1e
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-19 01:08:37 +08:00 |
|
MorningForest
|
10aed5a3c0
|
torch fdl的文档修改
|
2022-05-19 01:08:29 +08:00 |
|
x54-729
|
1096fd8b7b
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-18 14:08:16 +00:00 |
|
MorningForest
|
d2672c62b1
|
修改fdl train_sampler
|
2022-05-18 21:54:12 +08:00 |
|
yh
|
696f6b89f8
|
修改参数train_batch_size
|
2022-05-18 21:49:47 +08:00 |
|
MorningForest
|
b76c6816be
|
增加fdl文档
|
2022-05-18 20:52:03 +08:00 |
|
x54-729
|
f183c59cce
|
修改torch_dataloader/test_fdl.py的test_Version_111测试例的参数;删除一处不必要的temp标签
|
2022-05-18 12:33:57 +00:00 |
|
x54-729
|
e21589a0d9
|
暂时跳过jittor的测试;增加torch1.11的共享内存
|
2022-05-18 10:03:18 +00:00 |
|
x54-729
|
3143cc76cc
|
修改dataloaders/test_utils.py
|
2022-05-18 09:33:07 +00:00 |
|
yh
|
0a5a4fde51
|
让DataLoader兼容1.6版本
|
2022-05-18 17:13:45 +08:00 |
|
x54-729
|
4387172bf6
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-18 08:33:59 +00:00 |
|
x54-729
|
af36813296
|
1. test_fleet.py 和 test_ddp.py 中的 load_checkpoint 相关的测试例添加同步 2.修改 Jenkinsfile 中 Test Other 的 pytest 标签形式
|
2022-05-18 08:33:43 +00:00 |
|
x54-729
|
daac74f25c
|
1.为torch1.11的测试增加共享内存为256M 2.prepare_dataloader判断backend时添加dist-packages路径
|
2022-05-18 07:58:42 +00:00 |
|
lxr-tech
|
0998b0a3ca
|
update tutorial-23 lxr 220518
|
2022-05-18 15:41:24 +08:00 |
|
x54-729
|
e9bc2bf4a6
|
1. 为test_paddle_utils添加paddle标签;2.修改test_set_backend测试例适应没有conda的情况
|
2022-05-18 06:48:25 +00:00 |
|
x54-729
|
753709906c
|
paddle jittor的测试添加--co,仅测试能否import成功
|
2022-05-18 06:47:22 +00:00 |
|
x54-729
|
60f98538fd
|
update jenkins
|
2022-05-18 05:03:48 +00:00 |
|
x54-729
|
c977d3be02
|
补充需要 _NEED_IMPORT_TORCH 的地方
|
2022-05-17 18:08:36 +00:00 |
|
x54-729
|
46aede4925
|
更新 Jenkinsfile 执行全部的测试
|
2022-05-17 17:06:57 +00:00 |
|
x54-729
|
51a4439737
|
torch test_dist_utils.py中torch.full添加dtype以兼容不同的torchban蹦
|
2022-05-17 17:05:19 +00:00 |
|
x54-729
|
49eb1fcc6b
|
Merge branch 'dev0.8.0' of gitee.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-17 16:30:42 +00:00 |
|
x54-729
|
baffa63b54
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-17 16:28:45 +00:00 |
|
x54-729
|
e85793567a
|
添加 Jenkinsfile 实现自动测试
|
2022-05-17 16:28:26 +00:00 |
|
yh
|
d5a4c7aaaa
|
Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0
|
2022-05-17 22:42:11 +08:00 |
|
yh
|
422510285e
|
增加pytorch版本限制为1.6以上
|
2022-05-17 22:39:19 +08:00 |
|
lxr-tech
|
2c804525c7
|
update tutorial-12 lxr 220517
|
2022-05-17 18:04:15 +08:00 |
|
yh
|
6d2dca421d
|
修改测试中需要超过2个gpu的
|
2022-05-17 13:21:16 +08:00 |
|
yh
|
e813aeaa6f
|
删掉一些测试内容
|
2022-05-16 14:20:28 +08:00 |
|
yh
|
d9e1991adb
|
merge
|
2022-05-16 11:28:48 +08:00 |
|
yh
|
b5b48d58e9
|
fix some bug
|
2022-05-16 11:28:07 +08:00 |
|