1. 28 1月, 2019 1 次提交
    • H
      Enable INT8 Calibration Unit Test for MobileNet-V1 (#15539) · f8251580
      Haihao Shen 提交于
      * Enable mobilenet UT in separate test class; use download cache by paddle download utility and cache unzip; and fix typo; test=develop
      
      * Extract cache_unzipping function for reuse; format code style; test=develop
      
      * Simplify the test code by define a combined function for both downloading and unzipping; test=develop
      f8251580
  2. 25 1月, 2019 3 次提交
  3. 24 1月, 2019 5 次提交
    • X
      support multi grad ops · 4d9feb35
      Xin Pan 提交于
      test=develop
      4d9feb35
    • Y
      Add the CUDA kernel for beam_search op (#15020) · 3008fa12
      Yiqun Liu 提交于
      * Refine the beam_search op and test.
      
      * A basic CUDA implementation of beam_search for small batch_size.
      
      * Implement CUDA kernel for beam_search_op.
      
      * Use multiple CUDA threads in the same block to select the top beam.
      
      * Update the python api of beam_search op.
      
      * Enable extend function in CPU kernel of beam_search op.
      
      * Unify the CUDA codes.
      test=develop
      
      * Unify the CPU kernel of beam_search op.
      
      * Ensure the seletced items of beam_search_op's CPU kernel sorted by scores.
      
      * Update the description of beam_search in API.spec.
      
      * Enable the use of CUDA kernel in beam_search op.
      
      * Exclude the beam_search's CUDA unittest when there is no CUDA gpu, and delete some debuging statements.
      test=develop
      
      * Follow comments.
      test=develop
      
      * Call the CPU kernel for beam_search op when batch_size > 4.
      test=develop
      
      * Remove the except of is_empty op in PrepareData.
      test=develop
      3008fa12
    • W
      fix tangwei merge issue test=develop (#15506) · 22db82c0
      Wu Yi 提交于
      22db82c0
    • T
      nce add check sample lables, test=develop (#15463) · 5cfc40de
      tangwei12 提交于
      * nce add check sample lables, test=develop
      5cfc40de
    • S
      disable eager deletion unittest · eed4a638
      sneaxiy 提交于
      test=develop
      eed4a638
  4. 23 1月, 2019 6 次提交
    • M
      Polish code · c8965dc1
      minqiyang 提交于
      test=develop
      c8965dc1
    • G
      [V1.3] Add the calibration tool code for int8 inference and focus test. (#15062) · dbdaf15c
      guomingz 提交于
      * Add the calibration tool code for int8 inference and focus test.
      
      * Fix the calibration tool per the review comments.
      
      test=develop
      
      * Update the calibrator doc and remove extra line.
      
      * Fix the invalid is_negative_input attr set on Mobilenet.
      
      * Add the comments and fix the format issue.
      
      test=develop
      
      * Update the CMakelist.txt for Calibration PR.Disable the Calibration UT if not enable MKLDNN.
      
      test=develop
      
      * Update the CMakeList.txt.
      
      test=develop
      
      * Disable the test_calibration case on WIN and MAC.
      
      test=develop
      
      * Add the missing brackets.
      
      test=develop
      
      * Remove the outdated map operator which not supported on Python3.
      
      test=develop
      
      * Fix the style issue.
      
      test=develop
      
      * 1.Update the CMakeList.txt to disable calibration tool ut when the WITH_MKL is not set;
      2.Add the workaround to enable the FLAGS_use_mkldnn for PR_CI(PADDLE).
      
      test=develop
      
      * Fix the typo and format the License header.
      
      test=develop
      
      * 1.Add and Update TODOs per review comments.
      2.Code clean.
      
      test=develop
      dbdaf15c
    • T
      checkpoint at distributed training (#14854) · 8b50ad80
      tangwei12 提交于
      checkpoint for distributed training.
      8b50ad80
    • Q
      update comment test=develop · 119a3d4d
      Qiao Longfei 提交于
      119a3d4d
    • Q
      Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371) · 07dc5a15
      qingqing01 提交于
      * Add generate_mask_labels_op to support Mask-RCNN.
      * Refine sigmoid_cross_entropy to support nomalize mode.
      * Fix generator_proposals_label.
      * Use DeviceTemporaryAllocator in roi_pool and roi_algin.
      * Remove shape check in data_feeder.
      07dc5a15
    • Y
      Add check of input in sequence_expand op. (#15466) · eaad3e4c
      Yiqun Liu 提交于
      * Add check of input in sequence_expand op.
      test=develop
      
      * Correct the unittest of sequence_expand op.
      test=develop
      eaad3e4c
  5. 22 1月, 2019 9 次提交
  6. 21 1月, 2019 12 次提交
  7. 20 1月, 2019 2 次提交
  8. 19 1月, 2019 2 次提交