58 Commits (24ca2851bbca2a3273dfa3d4e2c1956af1afd339)

Author SHA1 Message Date
  x54-729 668430d33d 修正 paddle 多卡下替换 sampler 的逻辑及测试 3 years ago
  x54-729 09a558c2c9 small change for tests 3 years ago
  x54-729 b60621f3d1 small 3 years ago
  x54-729 cd0957fb5b 跟进paddle jittor 关于 set_dist_repro_dataloader函数中的修改 3 years ago
  x54-729 c99315f79e 修复新增的set_dist_repro_dataloader函数测试例在paddle情况下的问题 3 years ago
  yhcc 47b7c4e832 增加set_dist_repro_dataloader测试 3 years ago
  x54-729 9b0a30c8fb small bug 3 years ago
  x54-729 75a3278d69 1. 完成JittorSingleDriver的功能,并添加测试用例 2.在Sampler中添加属性num_samplers 用于动态获取dataset的长度 3.添加便于测试断点重训的数据集 4.修改jittor其它测试的一些bug,统一ArgMaxDataset 的命名 3 years ago
  x54-729 28eb1a5836 添加了对tensor_to_numeric reduce 参数的测试 3 years ago
  x54-729 06551964a3 paddle 不再为非fp16的driver加载fp16状态 3 years ago
  x54-729 af36813296 1. test_fleet.py 和 test_ddp.py 中的 load_checkpoint 相关的测试例添加同步 2.修改 Jenkinsfile 中 Test Other 的 pytest 标签形式 3 years ago
  x54-729 c4af9f21c6 paddle 和测试例跟进 set_dist_repro_dataloader 函数;修改test_trainer_wo_evaluator_torch.py的bug 3 years ago
  x54-729 655e48de99 1.修改torch测试例中多卡的driver参数 2.修改测试例中的driver.save driver.load为driver.save_checkpoint driver.load_checkpoint 3.添加lstm 3 years ago
  yh_cc 97b504c020 修改Trainer.save/Driver.save为Trainer.save_checkpoint/Driver.save_checkpoint 3 years ago
  x54-729 fe449bd543 删除 initialize_paddle_driver 对参数 driver的限制,使得它能够根据 device 初始化 driver 3 years ago
  x54-729 281a570b09 1、调整单卡中 save_and_load_model 测试例,不再使用 pytest.fixture 2、添加 PaddleFleetDriver 中 broadcast 误删的设备转换 3 years ago
  x54-729 45d08ee218 fix conflict 3 years ago
  x54-729 80ef85cf7c 为 paddle 分布式的测试例添加paddledist标签 3 years ago
  x54-729 007678b6d9 删除 paddle_driver/test_utils.py 中 get_device_from_visible 的测试例 3 years ago
  yh_cc 5e24933521 设置init 3 years ago
  yh_cc 7d5ce620f4 增加RandomBatchSampler 3 years ago
  x54-729 f2fa05d136 测试例添加 _NEED_IMPORT_PADDLE 3 years ago
  x54-729 4bfb509f12 调整测试例以适应pytest;为测试例添加标签 3 years ago
  x54-729 cf2ef2ecd7 调整测试例的backend设置 3 years ago
  x54-729 df109316e5 small 3 years ago
  x54-729 cf65da1332 paddle 单卡测试例调整 3 years ago
  x54-729 fcc45dbf4a PaddleFleetDriver添加all_gather和broadcast_object函数 3 years ago
  x54-729 1c0e331bad 完成fastnlp_paddle_all_gather和fastnlp_paddle_broadcast_object函数及测试例 3 years ago
  yh_cc 368c17fe73 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  yh_cc aa95513055 1.merge ModelCheckPointCallback和TrainerCheckpointCallback;2.新增MoreEvaluateCallback 3 years ago
  x54-729 514415e9d4 完成了paddle fleet的save load函数测试 3 years ago
  x54-729 9b13fd313a small 3 years ago
  x54-729 6bfdb39c2f 完善paddle fleet set_dist_repro_dataloader的测试例 3 years ago
  x54-729 a25a73394b Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  x54-729 de544707d9 paddle fleet set_dist_repro_dataloader的测试例 3 years ago
  yh_cc 048e409233 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  yh_cc aaa4ccc3e0 1.Metric的aggregate_when_get_metric默认值修改为None;将根据Evaluator中Sampelr的状态最终决定;2.增加fastnlp_bo_syn_context关闭fastnlp中的多卡同步操作 3 years ago
  x54-729 32d8e27472 small 3 years ago
  x54-729 26c80d620c paddle单卡加载fp16的测试 3 years ago
  x54-729 9e97155312 PaddleSingleDriver的save load函数测试 3 years ago
  x54-729 16cec4bd99 删除不必要的测试文件 3 years ago
  x54-729 cf19062fb2 set_dist_repro_dataloader测试例的完善 3 years ago
  x54-729 d0f26c7c34 将validate_step替换为evaluate_step 3 years ago
  x54-729 f6f489dc90 多卡 set_dist_repro_dataloader 的测试例 3 years ago
  x54-729 98644d2d0b fix conflict 3 years ago
  x54-729 5c29cd384a 调整num_consumed_batches在driver save中的逻辑 3 years ago
  YWMditto 2924e2117f 删除了 driver 中的 **_step,使用 model_call 和 get_model_call_fn 来代替;删除了 driver 中的所有 dataloaders 3 years ago
  x54-729 3ab93b2fae paddle driver单卡和utils的pytest测试,添加了断点重训的测试 3 years ago
  x54-729 00b5baf67a 整理PaddleSingleDriver的部分测试例 3 years ago
  x54-729 3a3c38a44e fix conflict 3 years ago