1834 Commits (ffcf3ddcd38e315ccfbb648f619501deafb311b6)
 

Author SHA1 Message Date
  MorningForest ffcf3ddcd3 修改测试用例unittest为pytest 4 years ago
  MorningForest b161aa6c93 添加README.md 4 years ago
  MorningForest 36149a57b0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  MorningForest f81d2e0552 合并冲突 4 years ago
  yh_cc 9216c6117e 新增UnrepeatedSortedSampler 4 years ago
  YWMditto 9675eae798 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  YWMditto 8ca17fc9ed 修改了断点重新sampler中的部分逻辑 4 years ago
  MorningForest 74dd154cf5 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  MorningForest ea03967de9 修改element的bug 4 years ago
  yh_cc 607367588c 1.增加DataSet的__setitem__方法,使得其可以直接random.shuffle(dataset); 2.优化部分log输出显示 4 years ago
  yh_cc ce835212e6 将CheckpointCallback拆分为ModelCheckpointCallback和TrainerCheckpointCallback,修改了部分实现 4 years ago
  yh_cc 0a093e1c3f 解决rich运行的时候会隐藏cursor的问题 4 years ago
  yh_cc 28aabb5a2f Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  yh_cc e8b6298fb1 完善SpanFPreRecMetric即测试 4 years ago
  YWMditto 96cca42a5b Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  YWMditto 7bd0ce0b5e 修改了 device 为 -1 时 的逻辑 4 years ago
  MorningForest 9c62e300a7 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  MorningForest 0cab4dc526 修改F1RecPreMetric测试用例 4 years ago
  yh_cc 817f6d6ad6 修改fastnlp_torch_all_gather函数,使得它gather后的tensor都在当前device 4 years ago
  yh_cc 12d3e08568 增加BucketedBatchSampler的测试 4 years ago
  yh_cc 983c587cba Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  yh_cc 20b8ca9a92 实现了BucketedBatchSampler; 创建了reproducible_batch_sampler.py 4 years ago
  YWMditto a376eea776 重新修改了断点重训的逻辑,主要修改了 trainer.save/load 和 driver.save 和 load 函数 4 years ago
  YWMditto 770b2eaf4b Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  yh_cc 0e7961cd9f Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  yh_cc 8e4abf2aa5 删除了driver的replace_sampler替换为set_dist_repro_dataloader; 同时修改 driver.load/driver.save 函数 4 years ago
  x54-729 680421fe86 paddle分布式训练 4 years ago
  x54-729 49d18f3683 修复但å单卡的设备逻辑 4 years ago
  YWMditto a8597602d0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  YWMditto 929abc3953 加入了 test_logger.py 4 years ago
  yh_cc 5b54a0cd73 修改Trainer的catch_KeyboardInterrupt行为,防止一直warning 4 years ago
  x54-729 f5f1c280e0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  x54-729 6ef912675b 新的paddle测试数据集 4 years ago
  YWMditto 10db8c9373 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  YWMditto d03bc5ce14 ddp 加入了更为详细的注释;修复了一个错误 4 years ago
  x54-729 f144bc31c3 fleet test 4 years ago
  x54-729 fd3b82c5b0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  yh_cc 4781178a5a 修复测试 4 years ago
  x54-729 2d68c952d3 调整paddle_backend 4 years ago
  yh_cc 40c0a712dd 移动env的位置为顶级目录 4 years ago
  YWMditto e3ce87271e Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 4 years ago
  YWMditto fe270ef619 更新 callbacks, controllers, drivers, samplers 以及 tests 中的部分内容 4 years ago
  MorningForest 8cf855ab47 添加了metric测试用例 4 years ago
  MorningForest 6960eb56b6 添加了dataset测试用例 4 years ago
  MorningForest 9ed4df6f86 添加了dataloaders测试用例 4 years ago
  MorningForest 65c621db78 添加了collators测试用例 4 years ago
  MorningForest 41b0bae46b 添加了vocabulary 4 years ago
  MorningForest 2550c96f80 添加了io模块 4 years ago
  MorningForest 4bb56616b9 添加了metrics 4 years ago
  MorningForest ce1b837d13 添加了collators 4 years ago