1. 16 11月, 2019 1 次提交
  2. 14 11月, 2019 1 次提交
  3. 12 11月, 2019 1 次提交
  4. 08 11月, 2019 1 次提交
  5. 06 11月, 2019 1 次提交
  6. 05 11月, 2019 1 次提交
  7. 30 10月, 2019 1 次提交
  8. 28 10月, 2019 2 次提交
  9. 25 10月, 2019 1 次提交
  10. 20 10月, 2019 1 次提交
  11. 18 10月, 2019 1 次提交
  12. 16 10月, 2019 2 次提交
  13. 15 10月, 2019 2 次提交
  14. 14 10月, 2019 1 次提交
  15. 13 10月, 2019 1 次提交
    • G
      Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) · bd99df71
      Guo Sheng 提交于
      * Fix docs of gru_unit and dynamic_gru.
      
      Fix basic_gru in rnn_impl.py.
      
      Add error messages for param_attr setting in layer_norm api.
      
      Add int64 dtype for expand.
      
      test=develop
      
      * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
      test=develop
      
      * Add unit test for layer_norm api.
      test=develop
      
      * Remove the deprecated gru doc fix. test=develop
      
      * Fix basic_gru test coverage. test=develop
      
      * Update API.spec. test=develop
      
      * Update API.spec. test=develop
      
      * Fix test_basic_gru coverage test. test=develop
      
      * Update test_basic_gru in test_layers to use fluid.data
      test=develop
      
      * Update test_basic_gru for coverage. test=develop
      bd99df71
  16. 11 10月, 2019 2 次提交
  17. 10 10月, 2019 2 次提交
  18. 30 9月, 2019 1 次提交
  19. 28 9月, 2019 2 次提交
  20. 26 9月, 2019 1 次提交
  21. 25 9月, 2019 1 次提交
    • W
      Add support for new QAT models (#18970) · 4286a627
      Wojciech Uss 提交于
      * Add support for new QAT models
      
      test=develop
      Co-Authored-By: NMichał Gallus <michal.gallus@intel.com>
      Co-Authored-By: NWojciech Uss <wojciech.uss@intel.com>
      
      * fixed fps results
      
      test=develop
      
      * fix top5 accuracy drop problem
      
      * updated for new QAT models
      
      * skip quantizing average pooling - dirty but working
      
      * add missing pass
      
      * added missing conv+brelu fuse pass
      
      * removed a call to non-existent pass
      
      test=develop
      
      * renamed pass
      
      test=develop
      
      * Adjust finding pooling scale to newest QAT models
      
      * Remove unnecessary code from quantization_mkldnn_pass
      
      * Copy Pooling input scale to output scale in QAT
      
      * Refactor & remove unused code in QAT
      
      * Incorporate fp32 FC into QAT
      
      test=develop
      
      * Enable graph drawing with debug flag
      
      test=develop
      
      * Add tests for QATv2
      
      * Fix paths for QATv2 models
      
      test=develop
      
      * Add option to save transformed int8 qat model
      
      test=develop
      
      * Remove redundant lines from qat mkldnn pass
      
      test=develop
      
      * Delegate disablement of avg pooling to qat
      
      test=develop
      
      * fix CI bug, test=develop
      
      * Follow Wangzhen's Review, test=develop
      
      * Update API.spec
      
      test=develop
      
      * Name False in (is_unsigned, TensorScale) tuple
      
      test=develop
      4286a627
  22. 24 9月, 2019 2 次提交
    • J
      add optimizer:dpsgd,test=develop (#19915) · 766bd529
      jhjiangcs 提交于
      766bd529
    • W
      [PaddleSlim] Enhence compressor api in PaddleSlim (#19894) · bdb3e376
      whs 提交于
      
      1. Support customize eval function instead of eval program.
      2. Fix loading checkpoint in quantization strategy.
      3. Support saving eval model when saving a checkpoint.
      4. Fix decoder of loading context in PaddleSlim.
      5. Fix restoring from the checkpoint of uniform prune strategy.
      6. Support saving eval model and infer model during training.
      7. Add ‘unitest’ for saving eval model, saving infer model and uniform pruning restoring from the checkpoint.
      8. Fix pruning of depthwise_conv_grad op by updating the groups.
      bdb3e376
  23. 23 9月, 2019 2 次提交
  24. 21 9月, 2019 1 次提交
  25. 19 9月, 2019 1 次提交
  26. 18 9月, 2019 1 次提交
  27. 11 9月, 2019 1 次提交
  28. 10 9月, 2019 1 次提交
  29. 06 9月, 2019 2 次提交
  30. 05 9月, 2019 1 次提交
  31. 03 9月, 2019 1 次提交