1. 15 6月, 2018 1 次提交
  2. 14 6月, 2018 2 次提交
    • F
      fix errors · 980499fa
      fengjiayi 提交于
      980499fa
    • W
      Add mean IOU op. (#10519) · 6fcdb240
      whs 提交于
      * Add mean_iou op.
      
      * Add unitest for mean iou op.
      
      * Add optional collections of confusion matrix and mean_iou.
      
      * Fix cuda kernel.
      
      * Refine code.
      1. Merge computing in GPU to two kernel.
      2. Use wrong array and correct array instead of confusion matrix.
      
      * Add python api and fix cuda kernel.
      
      * Fix comments.
      
      * Small fix.
      
      * Small fix.
      6fcdb240
  3. 13 6月, 2018 3 次提交
  4. 12 6月, 2018 2 次提交
  5. 11 6月, 2018 2 次提交
  6. 08 6月, 2018 1 次提交
  7. 05 6月, 2018 3 次提交
  8. 01 6月, 2018 3 次提交
  9. 31 5月, 2018 3 次提交
  10. 30 5月, 2018 5 次提交
  11. 29 5月, 2018 2 次提交
  12. 28 5月, 2018 1 次提交
  13. 25 5月, 2018 1 次提交
  14. 24 5月, 2018 1 次提交
  15. 23 5月, 2018 2 次提交
    • W
      Enhance reduce op (#10708) · 8655904b
      whs 提交于
      * Enhance reduce op for multi dims.
      
      * Uncomment some unitest.
      
      * Uncomment unitest.
      
      * Remove unused code.
      
      * Fix infershape and python wrapper.
      
      * Add more examples.
      
      * Fix l2_normalize.
      
      * Fix normalization_wrapper.
      
      * Polish code.
      1. Rename unitest function.
      2. Rename const variable.
      8655904b
    • Y
      Expose param group in conv2d_transpose api · 7a557040
      Yibing Liu 提交于
      7a557040
  16. 22 5月, 2018 2 次提交
  17. 17 5月, 2018 2 次提交
  18. 04 5月, 2018 1 次提交
  19. 03 5月, 2018 1 次提交
    • T
      MKLDNN implementation of batch normalization (#9904) · 4a497b82
      Tomasz Patejko 提交于
      * Initial implementation of forward pass for MKLDNN batch norm
      
      * Added attributes for MKLDNN batch norm
      
      * MKLDNN batch norm forward pass passes unittest. Started working on backward
      
      * Backward pass for MKLDNN batch norm added
      
      * MKLDNN batch norm: scoring added to forward pass
      
      * MKLDNN batch norm: bias as input added; handling AnyLayout when kernel is looked up
      
      * MKLDNN batch norm: python unit tests added; mkldnn tests removed
      
      * MKLDNN batch norm: changes required by cpplint
      
      * MKLDNN batch norm: refactoring the operator
      
      * MKLDNN batch norm: saved variance inversed in backward pass for correct execution of MKLDNN unit tests
      
      * MKLDNN batch norm: refctoring, function for static/const cast to void* added
      
      * MKLDNN batch norm: remove AnyLayout from batch norm
      
      *  MKLDNN batch norm: only NCHW format is supported. Unittests refactored
      
      * MKDNN batch norm: use_mkldnn added to attributes
      
      * MKLDNN batch norm: AnyLayout removed from unittest
      
      * MKLDNN batch norm: added CUDNN defines to batch norm
      
      * MKLDNN batch norm: undefined data_format variable corrected
      
      * MKLDNN batch norm: use_cudnn added, use of setUp method for configuring attributes
      
      * MKLDNN batch norm: added use_cudnn attribute to batch norm operator
      
      * MKLDNN batch norm: correcting batch norm unit tests for MKLDNN
      
      * MKLDNN batch norm: MKLDNN tests moved to another file; reverting changes for saved variance not being inverted
      
      * Change default layout to NCHW
      
      * MKLDNN batch norm: init_kernel_type method added to unit tests
      
      * MKLDNN batch norm: style changes
      
      * MKLDNN batch norm: unit tests refactored
      
      * MKLDNN batch norm: added use_mkldnn attribute to batch norm python interface
      4a497b82
  20. 27 4月, 2018 1 次提交
  21. 22 4月, 2018 1 次提交