1. 19 4月, 2021 1 次提交
    • Z
      [Cherry-pick]The unsupported_fp16_list using in AMP will be created... · 2a7c2cf8
      Zhen Wang 提交于
      [Cherry-pick]The unsupported_fp16_list using in AMP will be created automatically during the runtime. (#32102) (#32217)
      
      * The unsupported_fp16_list using in AMP will be created automatically during the runtime. (#32102)
      
      * Use the runtime to create the unsupported_fp16_list using in AMP.
      
      * Add more infos about supported ops.
      
      * Add some comments for the function of OpSupportedInfos.
      
      * Fix the unit test of test_multi_precision_fp16_train.
      
      * Remove unnecessary codes.
      2a7c2cf8
  2. 14 4月, 2021 1 次提交
  3. 13 4月, 2021 1 次提交
  4. 07 4月, 2021 3 次提交
  5. 06 4月, 2021 2 次提交
  6. 02 4月, 2021 4 次提交
  7. 01 4月, 2021 1 次提交
  8. 31 3月, 2021 2 次提交
  9. 30 3月, 2021 3 次提交
    • C
      cherry-pick add deprecated for softmax_with_cross_entropy (#31953) · b655bee2
      chajchaj 提交于
      * add deprecated for softmax_with_cross_entropy (#31722)
      
      * add deprecated for softmax_with_cross_entropy, test=develop
      
      * test for deprecated in english doc, test=develop
      
      * test deprecated for softmax_with_cross_entropy in english doc, test=develop
      
      * fix readme and English doc for cross_entropy, test=develop
      
      * rm test for softmax_with_cross_entropy deprecated, test=develop
      
      * update readme for CrossEntropyLoss, test=develop
      
      * fix readme format, test=develop
      
      * fix readme format, test=develop
      
      * fix readme format for cross_entropy, test=develop
      
      * add softmax_switch and fix softlabel for cross_entropy, test=develop
      
      * 1)recovery softmax_with_cross_entropy in fluid 2) change softmax_switch to use_softmax 3) add example for softlabel for cross_entropy, test=develop
      
      * fix Example number for cross_entropy, test=develop
      
      * fix code format, test=develop
      
      * fix for CI-Coverage, test=develop
      
      * fix for CI-Coverage, test=develop
      
      * fix ci-coverage for Non-ASCII character '\xe2' in file, test=develop
      
      * fix ci-coverage for Non-ASCII character '\xe2' in nn.layer.loss.py, test=develop
      
      * update description for doc when use_softmax=Fasle, test=develop
      
      * fix some docs and code example for cross_entropy, test=develop
      
      * delete redundant description for soft_label parameter of cross_entropy, test=develop
      
      * fix some comment for test_cross_entropy_loss.py, test=develop
      
      * cherry-pick for add deprecated,test=develop
      b655bee2
    • F
    • W
      modify API nn.Bilinear's doc (#31889) (#31934) · 32df1fb6
      wanghuancoder 提交于
      修改Bilinear的文档,让描述更易懂
      32df1fb6
  10. 25 3月, 2021 2 次提交
  11. 24 3月, 2021 1 次提交
  12. 16 3月, 2021 1 次提交
  13. 02 3月, 2021 5 次提交
  14. 01 3月, 2021 6 次提交
  15. 28 2月, 2021 1 次提交
  16. 27 2月, 2021 1 次提交
    • A
      [Cherry-Pick] Split Macros and Add modeling unittest (#31266) · 52f7e773
      Aurelius84 提交于
      * [CustomOp] Add Modeling with Custom op unittest (#31218)
      
      * add unittest for static/dygraph/dy2stat
      
      * add PE unittet
      
      * remove usless code
      
      * add unittest in CMakeList.txt
      
      * [CustomOp] Split build op marco & polish details (#31229)
      
      * split build op marco & polish details
      
      * revert register api del
      
      * fix other unittest
      
      * [CustomOP]Support Incremental compilation and Add Version management (#31228)
      
      * Support Incremental compilation and Add Version management
      
      * replace hash with hashlib
      
      * fix test_op_num unittest
      
      * Revert "fix test_op_num unittest"
      
      This reverts commit 2f78de976e1d7ca60915b2310717b38a32ae204a.
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      52f7e773
  17. 26 2月, 2021 5 次提交