1878 Commits (b9b0b5343036b47654895bebc20249a3c8882ec0)
 

Author SHA1 Message Date
  YWMditto b9b0b53430 将 Events 修改为小写 3 years ago
  YWMditto 1ac9e75c50 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 3ee6fc66f5 添加了 on_after_optimizers_step 和 on_after_zero_grad 的callback接口 3 years ago
  x54-729 c2575ab357 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  x54-729 3ab93b2fae paddle driver单卡和utils的pytest测试,添加了断点重训的测试 3 years ago
  YWMditto eb8d761a05 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 76a1e69022 little change 3 years ago
  x54-729 5acaeabae4 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  yh_cc e8d11cd5a9 1. 修复torch 分布式在不同版本中group参数default值不一样的问题; 2. torch修复多卡时只有batchsampler evaluate会遇到bug的问题; 3。logger增加warning_once接口;4.增加callback相关文档 3 years ago
  x54-729 c61f28ce8e Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 8c22d0b1f6 修改了 Trainer.on 的错误提示 3 years ago
  x54-729 a5b2ccf759 update 3 years ago
  x54-729 a589cb5ddc Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 1443065cbd Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 5419b6a042 填了了关闭参数匹配的逻辑;添加了 trainer 中获取 driver 参数的接口 3 years ago
  x54-729 e08ae33bfd Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  MorningForest 7a68f90b56 增加ClassifyF1PreRecMetric的多卡测试用例 3 years ago
  x54-729 fcd5125009 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  MorningForest ab3b66715e Merge remote-tracking branch 'refs/remotes/origin/dev0.8.0' into dev0.8.0 3 years ago
  MorningForest c7616f8ba8 修改ClassifyF1PreRecMetric及对应的测试用例 3 years ago
  yh_cc a6ff3f8cc3 1. 将带有Monitor的callback都抽象为HasMonitorCallback,并由这个父类进行monitor的设置和检验的; 2.支持从Trainer中设置monitor给所有的Callback使用;3.新增EarlyStopCallback. 3 years ago
  YWMditto 6c333b0f6e Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 57caf1d028 checkpoint callback 加入了 on_after_trainer_initialized 的逻辑 3 years ago
  yh_cc 92b00d825f 修改fastnlp的dist功能 3 years ago
  x54-729 00b5baf67a 整理PaddleSingleDriver的部分测试例 3 years ago
  yh_cc d10c6395f2 f_rich_progress不吃掉python prompt; evalutor在结束之后正常消失progres bar 3 years ago
  x54-729 2366bc320b 跟进断点重训 3 years ago
  x54-729 9e86908811 fix conflict 3 years ago
  yh_cc 388e426d78 修改之前的错误名称引用 3 years ago
  x54-729 3a3c38a44e fix conflict 3 years ago
  x54-729 d1a589147a 修复测试例 3 years ago
  yh_cc 14fffcb36c 新增SortedSampler和SequentialSampler 3 years ago
  MorningForest 6323fbfdbb Merge remote-tracking branch 'refs/remotes/origin/dev0.8.0' into dev0.8.0 3 years ago
  MorningForest ffcf3ddcd3 修改测试用例unittest为pytest 3 years ago
  YWMditto afb87b4375 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto d39fa5137e 修改了DDPDriver.set_dist_repro_dataloader 的逻辑 3 years ago
  MorningForest b161aa6c93 添加README.md 3 years ago
  MorningForest 36149a57b0 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  MorningForest f81d2e0552 合并冲突 3 years ago
  yh_cc 9216c6117e 新增UnrepeatedSortedSampler 3 years ago
  YWMditto 9675eae798 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  YWMditto 8ca17fc9ed 修改了断点重新sampler中的部分逻辑 3 years ago
  MorningForest 74dd154cf5 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  MorningForest ea03967de9 修改element的bug 3 years ago
  yh_cc 607367588c 1.增加DataSet的__setitem__方法,使得其可以直接random.shuffle(dataset); 2.优化部分log输出显示 3 years ago
  yh_cc ce835212e6 将CheckpointCallback拆分为ModelCheckpointCallback和TrainerCheckpointCallback,修改了部分实现 3 years ago
  yh_cc 0a093e1c3f 解决rich运行的时候会隐藏cursor的问题 3 years ago
  yh_cc 28aabb5a2f Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
  yh_cc e8b6298fb1 完善SpanFPreRecMetric即测试 3 years ago
  YWMditto 96cca42a5b Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago