Commit Graph

2074 Commits

Author SHA1 Message Date
x54-729
9678c559c9 跟进断点重训的设置 2022-04-10 14:59:45 +00:00
x54-729
da849564d6 添加利用命令获取gpu数目的函数 2022-04-10 14:59:05 +00:00
x54-729
193c04c9e2 initialize_paddle_driver的测试例 2022-04-10 14:57:55 +00:00
yh_cc
817f6d6ad6 修改fastnlp_torch_all_gather函数,使得它gather后的tensor都在当前device 2022-04-10 22:28:48 +08:00
x54-729
e3d565b639 small 2022-04-10 14:18:53 +00:00
x54-729
08ee15fa10 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-10 12:49:38 +00:00
yh_cc
12d3e08568 增加BucketedBatchSampler的测试 2022-04-10 20:42:37 +08:00
x54-729
447e673afa Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-10 06:55:17 +00:00
x54-729
791580797c paddle 分布式的测试例 2022-04-10 06:55:05 +00:00
x54-729
5ea4f75ff8 paddle 环境设置 2022-04-10 06:54:31 +00:00
yh_cc
983c587cba Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-10 14:36:52 +08:00
yh_cc
20b8ca9a92 实现了BucketedBatchSampler; 创建了reproducible_batch_sampler.py 2022-04-10 14:36:47 +08:00
YWMditto
a376eea776 重新修改了断点重训的逻辑,主要修改了 trainer.save/load 和 driver.save 和 load 函数 2022-04-10 12:56:49 +08:00
YWMditto
770b2eaf4b Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-10 11:47:01 +08:00
yh_cc
0e7961cd9f Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-10 00:08:24 +08:00
yh_cc
8e4abf2aa5 删除了driver的replace_sampler替换为set_dist_repro_dataloader; 同时修改 driver.load/driver.save 函数 2022-04-10 00:08:19 +08:00
x54-729
680421fe86 paddle分布式训练 2022-04-09 12:52:19 +00:00
x54-729
49d18f3683 修复但å单卡的设备逻辑 2022-04-09 16:48:18 +08:00
YWMditto
a8597602d0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-09 15:28:19 +08:00
YWMditto
929abc3953 加入了 test_logger.py 2022-04-09 15:28:13 +08:00
yh_cc
5b54a0cd73 修改Trainer的catch_KeyboardInterrupt行为,防止一直warning 2022-04-09 14:57:06 +08:00
x54-729
f5f1c280e0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-09 14:38:31 +08:00
x54-729
6ef912675b 新的paddle测试数据集 2022-04-09 14:37:55 +08:00
YWMditto
10db8c9373 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-09 13:59:39 +08:00
YWMditto
d03bc5ce14 ddp 加入了更为详细的注释;修复了一个错误 2022-04-09 13:59:32 +08:00
x54-729
f144bc31c3 fleet test 2022-04-09 13:42:30 +08:00
x54-729
fd3b82c5b0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-08 15:28:34 +00:00
yh_cc
4781178a5a 修复测试 2022-04-08 22:36:52 +08:00
x54-729
2d68c952d3 调整paddle_backend 2022-04-08 22:34:17 +08:00
yh_cc
40c0a712dd 移动env的位置为顶级目录 2022-04-08 22:29:22 +08:00
YWMditto
e3ce87271e Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 2022-04-08 21:48:46 +08:00
YWMditto
fe270ef619 更新 callbacks, controllers, drivers, samplers 以及 tests 中的部分内容 2022-04-08 21:48:29 +08:00
MorningForest
8cf855ab47 添加了metric测试用例 2022-04-08 21:37:12 +08:00
MorningForest
6960eb56b6 添加了dataset测试用例 2022-04-08 21:36:41 +08:00
MorningForest
9ed4df6f86 添加了dataloaders测试用例 2022-04-08 21:36:12 +08:00
MorningForest
65c621db78 添加了collators测试用例 2022-04-08 21:35:39 +08:00
MorningForest
41b0bae46b 添加了vocabulary 2022-04-08 21:33:58 +08:00
MorningForest
2550c96f80 添加了io模块 2022-04-08 21:33:24 +08:00
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