1. 02 4月, 2018 1 次提交
    • W
      Refine average model option · 9708b21f
      wanghaoshuang 提交于
      1. Add attr 'average' into ParamAttr.
      2. Make 'params_grads' optional for AverageModel.
      3. Add option 'average_mean' and 'average_variance' for batch_normal.
      9708b21f
  2. 29 3月, 2018 4 次提交
  3. 28 3月, 2018 6 次提交
  4. 27 3月, 2018 6 次提交
  5. 26 3月, 2018 8 次提交
  6. 24 3月, 2018 1 次提交
  7. 23 3月, 2018 5 次提交
  8. 22 3月, 2018 7 次提交
  9. 21 3月, 2018 2 次提交
    • J
      - Softmax MKLDNN primitive integration · 3b95b55f
      Jacek Czaja 提交于
      removed diagnostic
      
      - Added Unit tests for Softmax MKLDNN Forward
      
      Added fix for div by 0 to happen in cross_entropy backward
      
      Conflicts:
      	paddle/fluid/operators/CMakeLists.txt
      
      - Cosmetic fixes to SoftMax MKLDNN fluid operator
      
      Added misssing softmax fluid operator file
      
      Disabled MKLDNN softmax operator by default
      
      Fix to softmax op unittest merge
      
      clang_formater fixes
      
      clang_formatter fixes
      
      - Name changing of softmax mkldnn operator to maintin consistency
        across codebase
      
      - updated comment
      
      fix to comment
      3b95b55f
    • K
      initial commit · 70e71227
      Kexin Zhao 提交于
      70e71227