1. 25 6月, 2018 1 次提交
  2. 20 6月, 2018 4 次提交
  3. 14 6月, 2018 1 次提交
  4. 11 6月, 2018 2 次提交
    • G
      fix bugs in fluid_benchmark · a95cf55e
      guochaorong 提交于
      a95cf55e
    • Q
      Add some dist-training robust cases into fluid benchmark test (#11207) · 1cfd3cb1
      Qiyang Min 提交于
      * 1. add weight decay feature into fluid benchmark test
      2. add learning rate decay feature into fluid benchmark test
      3. add L1&L2 regularization feature into fluid benchmark test
      4. add error clipping feature into fluid benchmark test
      5. add gradient clipping feature into fluid benchmark test
      
      * Add some document to README.md under benchmark/fluid/ repo
      
      * Add model_base.py
      
      * Fix bugs in test_listen_and_serv_op
      
      * 1. remove args out of fluid_benchmark.py
      2. remove lr_decay, regularization, clipping out of fluid_benchmark.py
      
      * add async_mode description to doc and remove the clipping description out
      
      * for restart build
      
      * to restart build
      
      * remove optimization args from args.py
      
      * 1. remove optimization from models
      2. fix bug in test_listen_and_serv_op
      
      * change the name retry_times to left_time
      
      * change retry_times to the pserver start left time
      1cfd3cb1
  5. 07 6月, 2018 1 次提交
  6. 06 6月, 2018 3 次提交
  7. 05 6月, 2018 3 次提交
  8. 04 6月, 2018 1 次提交
  9. 01 6月, 2018 1 次提交
  10. 30 5月, 2018 1 次提交
  11. 25 5月, 2018 1 次提交
  12. 23 5月, 2018 1 次提交
    • W
      Benchmark/Integrate benchmark scripts (#10707) · 55d3951b
      Wu Yi 提交于
      * wip integrate benchmark scripts
      
      * testing nlp models
      
      * k8s script to start dist benchmark job
      
      * update script
      
      * done support all models
      
      * add README.md
      
      * update by comment
      
      * clean up
      
      * follow comments
      55d3951b