1. 24 2月, 2021 1 次提交
  2. 23 2月, 2021 1 次提交
    • Y
      fix flops api (#31081) · 99fd9815
      yukavio 提交于
      * remove PrettyTable dependence from paddle.flops
      
      * fix bug in python2.7
      
      * fix flops
      
      * fix flops
      
      * fix bug
      
      * fix bug
      99fd9815
  3. 25 1月, 2021 1 次提交
  4. 11 1月, 2021 1 次提交
  5. 07 1月, 2021 1 次提交
  6. 23 12月, 2020 1 次提交
  7. 22 12月, 2020 1 次提交
  8. 21 12月, 2020 1 次提交
  9. 17 12月, 2020 1 次提交
  10. 14 12月, 2020 1 次提交
  11. 03 12月, 2020 1 次提交
  12. 01 12月, 2020 1 次提交
  13. 28 11月, 2020 1 次提交
  14. 27 11月, 2020 3 次提交
  15. 26 11月, 2020 2 次提交
  16. 25 11月, 2020 1 次提交
  17. 23 11月, 2020 3 次提交
    • L
      Add EarlyStopping (#28691) · 70385518
      LiuChiachi 提交于
      * add early stopping
      
      * add doc for early stopping
      
      * fix sample code bugs
      
      * update infer of mode, update doc, add unittests to increase coverage rate
      
      * fix sample code for early stopping
      
      * update sample code and unittests
      
      * reduce time cost of test_callbacks unittest
      
      * fix model.py code style error
      70385518
    • L
      Update path name of saving in hapi (#28462) · 8c8b42f2
      LiuChiachi 提交于
      * update hapi save_inference_model output pathname
      
      * update hapi save_inference_model output pathname
      
      * use new 2.0-api paddle.static.io.load_inference_model
      
      * add unittests to increase coverage rate
      8c8b42f2
    • L
      Add lr scheduler callback for high level api (#28737) · 00e55ded
      LielinJiang 提交于
      * add lr scheduler
      00e55ded
  18. 16 11月, 2020 1 次提交
  19. 13 11月, 2020 1 次提交
  20. 30 10月, 2020 1 次提交
  21. 29 10月, 2020 1 次提交
  22. 22 10月, 2020 1 次提交
    • L
      Update hapi predict interface (#28180) · 68449d19
      LielinJiang 提交于
      * update hapi predict interface
      
      * fix code style
      
      * fix docs
      
      * fix docs
      
      * fix docs
      
      * update docs
      
      * fix codes style
      
      * fix unittest
      
      * fix unittest
      
      * fix coverage
      68449d19
  23. 21 10月, 2020 1 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
  24. 19 10月, 2020 1 次提交
  25. 15 10月, 2020 1 次提交
  26. 12 10月, 2020 2 次提交
  27. 10 10月, 2020 1 次提交
  28. 09 10月, 2020 1 次提交
  29. 30 9月, 2020 2 次提交
    • L
      Add visualdl callback function (#27565) · a0f1dba3
      LielinJiang 提交于
      * add visualdl callback
      a0f1dba3
    • L
      Remove Input requirement in dygraph for Model (#27557) · d15cbe70
      LiuChiachi 提交于
      * remove input requirment in dygraph Model
      
      * correct unittest
      
      * upadte save inference model in dygraph without input
      
      * fix unittets for test_model.py
      
      * solve conflicts
      
      * solve conflicts
      
      * delete http.log
      
      * fix test_model.py bug, correct initialization of MyModel
      
      * fix unittests bugs
      
      * set paddle manual seed for unittest
      
      * fix Model bugs, because inputs can be list or dict when it is provided.
      
      * add random seed for test_export_deploy_model
      
      * delete redundant codes, because  calls
      
      * Code optimization, error information optimization
      d15cbe70
  30. 25 9月, 2020 1 次提交
  31. 24 9月, 2020 1 次提交
  32. 17 9月, 2020 2 次提交