1. 29 6月, 2018 2 次提交
    • C
      Init allocated memory for unit test (#11657) · d2ad4a5c
      chengduo 提交于
      * memory init
      
      * add env
      
      * refine anounce
      
      * Add check for Nan
      
      * Debug
      
      * Add env for cc_test
      
      * Add env for py_test and nv_test
      
      * Remove py_test env
      
      * Add env for py_test
      
      * serial test_recognize_digits
      
      * Test FLAGS_init_allocated_mem function for unit test
      
      * Init allocated mem for op unit test
      
      * Add env for all unit test
      d2ad4a5c
    • W
      Fix python api of mean iou op. (#11797) · 93e25301
      whs 提交于
      * Fix mean iou op.
      
      * Fix crop layer test.
      
      * Fix unitest
      
      * fix unitest.
      93e25301
  2. 28 6月, 2018 1 次提交
  3. 27 6月, 2018 7 次提交
  4. 26 6月, 2018 4 次提交
    • C
      Change return_numpy [ParallelExecutor] default value (#11713) · c6e36e77
      chengduo 提交于
      * change return_numpy[PE] default value
      
      * Remove convert to numpy in unit test
      c6e36e77
    • K
      replace lod name with recur_seq_lens · e09ac3df
      Kexin Zhao 提交于
      e09ac3df
    • C
      enable PE return numpy (#11704) · a64844ad
      chengduo 提交于
      a64844ad
    • T
      MKLDNN elementwis_add with default broadcast operations (#11544) · e26f51ce
      Tomasz Patejko 提交于
      * elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts
      
      * elementwise_add with bcast: GetExpectedKernelType added to elementwise_op
      
      * elementwise_add with bcast: use_mkldnn attribute added
      
      * elementwise_add with bcast: changes after review and some formatting
      
      * elementwise_add with bcast: changes after style check
      
      * elementwise_add with bcast: changes after style check cont.
      
      * elementwise_add with bcast: MKLDNN unittests added
      
      * elementwise_add with bcast: original unittests with use_mkldnn flag
      
      * elementwise_add with bcast: handling of MKLDNN format corrected
      
      * elementwise_add with bcast: setting MKLDNN format turned into lambda
      
      * elementwise_add with bcast: MKDNN format setting turned into separate function
      
      * elementwise_add with bcast: condition for choosing MKLDNN simplified
      
      * elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts
      
      * elementwise_add with bcast: changes in unittests for broadcasts
      
      * elementwise_add with bcast: fixes in unittests regarding dimensions
      
      * elementwise_add with bcast: bring back correct format setting in mklml grad path
      
      * elementwise_add with bcast: fixed compilation error
      e26f51ce
  5. 22 6月, 2018 1 次提交
    • Q
      Fix kill fail bug (#11635) · dda24f18
      Qiyang Min 提交于
      * 1. Remove PYTHON_FLAGS from paddle_build.sh in paddlepaddle/paddle:latest-dev
      
      * 1. Add PYTHON_FLAGS back
      2. Change SIGKILL to SIGINT and SIGTERM
      
      * 1. Add setup.py.in back
      
      * 1. add pip install open-cv in Dockerfile to avoid libusb_exit hanging up which is caused by the opencv-python package missing
      
      * 1. Add the && \ to line above
      
      * 1. Remove the notice comment
      dda24f18
  6. 21 6月, 2018 2 次提交
  7. 20 6月, 2018 3 次提交
  8. 19 6月, 2018 4 次提交
  9. 18 6月, 2018 1 次提交
  10. 15 6月, 2018 4 次提交
  11. 14 6月, 2018 6 次提交
  12. 13 6月, 2018 2 次提交
  13. 12 6月, 2018 2 次提交
  14. 11 6月, 2018 1 次提交
    • W
      Add slice op. (#11052) · adc09087
      whs 提交于
      * Add slice op.
      
      * Remove using from header file and fix doc.
      
      * Fix doc
      
      * Small fix.
      adc09087