1. 29 6月, 2018 3 次提交
    • 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 model average on multi-GPUs. (#11814) · 02e521e3
      whs 提交于
      * Fix average_accumulate_op for parallel executor.
      
      * Fix model average on multi-GPUs.
      02e521e3
    • 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 8 次提交
  4. 26 6月, 2018 9 次提交
    • C
      Change return_numpy [ParallelExecutor] default value (#11713) · c6e36e77
      chengduo 提交于
      * change return_numpy[PE] default value
      
      * Remove convert to numpy in unit test
      c6e36e77
    • Y
      fix trainer nccl2 env · a2e43ae5
      yi.wu 提交于
      a2e43ae5
    • Y
      wip · 8e48c77b
      yi.wu 提交于
      8e48c77b
    • K
      replace lod name with recur_seq_lens · e09ac3df
      Kexin Zhao 提交于
      e09ac3df
    • C
      enable PE return numpy (#11704) · a64844ad
      chengduo 提交于
      a64844ad
    • F
      make framework.Parameter public · e9ed62bf
      fengjiayi 提交于
      e9ed62bf
    • T
      add doc · 88cb5d79
      tangwei12 提交于
      88cb5d79
    • 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
    • Y
      fix asyn update error on pserver · 86e09b34
      Yancey1989 提交于
      86e09b34
  5. 25 6月, 2018 10 次提交
  6. 24 6月, 2018 1 次提交
  7. 22 6月, 2018 8 次提交