1. 09 8月, 2019 10 次提交
  2. 08 8月, 2019 6 次提交
  3. 07 8月, 2019 3 次提交
  4. 06 8月, 2019 7 次提交
  5. 05 8月, 2019 9 次提交
  6. 04 8月, 2019 1 次提交
  7. 02 8月, 2019 4 次提交
    • X
      fix unalign of some examples (#18943) · 8ce90254
      xsrobin 提交于
      * test=develop test=document_preview
      
      * Update API.spec
      8ce90254
    • H
      fix concat check info typo (#18975) · b62c4f9b
      hutuxian 提交于
      b62c4f9b
    • Z
      Open gc by default (#18836) · 7ac748ad
      Zeng Jinle 提交于
      * open gc by default, test=develop
      
      * fix test_train_recognize_digits and disable gc when ngraph is enabled, test=develop
      
      * fix conditional_block op eager deletion bug, test=develop
      
      * add some comments to reviewers, test=develop
      7ac748ad
    • Z
      Fix the CE error which caused by paddle-trt version (#18941) · 3816d221
      Zhaolong Xing 提交于
      * Fix Mask rcnn predictor
          1. refine memory optim algorithm to support the model with the block op.
          2. output diff : modify the affine channel fuse
          3. add condition_block_infer op
      add interface for setting trt calib table dir
      test=develop
      
      * add the missing files.
      test=develop
      
      * 1 add trt fp16 support
      test=develop
      
      * fix trt fp16 ce error
      test=develop
      
      * add an vlog if the user use trt4 and specify fp16.
      test=develop
      3816d221