1. 23 6月, 2022 16 次提交
    • N
      fix paddle.vision.datasets.* en docs (#43649) · 1fca8f33
      Nyakku Shigure 提交于
      * rewrite all code examples, test=document_fix
      
      * refine arguments, test=document_fix
      
      * fix desc format error, test=document_fix
      
      * capitalize the first letter, test=document_fix
      
      * refine api desc, test=document_fix
      
      * fix wrong COPY-FROM label in Model docs, test=document_fix
      
      * refine returns, test=document_fix
      
      * refine returns, test=document_fix
      
      * add a blank line in code block, test=document_fix
      1fca8f33
    • N
      fix paddle.vision.models.* en (#43636) · fdcb57fb
      Nyakku Shigure 提交于
      * add outputs for code examples, test=document_fix
      
      * missing code example update, test=document_fix
      
      * missing returns, test=document_fix
      
      * fix the case of proper nouns, test=document_fix
      
      * fix SqueezeNet code example (add a blank line), test=document_fix
      
      * fix ShuffleNetV2 args style, test=document_fix
      
      * missing paper links, test=document_fix
      
      * missing `optional`, test=document_fix
      
      * refine parameter `pretrained`, test=document_fix
      
      * add parameter `kwargs`, test=document_fix
      
      * refine parameter `num_classes`, test=document_fix
      
      * capitalize the first letter, test=document_fix
      
      * missing output of code example, test=document_fix
      
      * fix wrong api label, test=document_fix
      
      * refine returns, test=document_fix
      
      * add missing `.` after paper link, test=document_fix
      
      * remove extra `:`, test=document_fix
      
      * :math:\`0.0\`, test=document_fix
      fdcb57fb
    • Z
      add float_only for layer_to (#43760) · f80cee11
      zhangbo9674 提交于
      f80cee11
    • W
      general_prelayernorm_transformer (#43748) · 178b2440
      Wangzheee 提交于
      178b2440
    • S
      upgrade pre-commit tools in docker (#43534) · dbf92d49
      Sing_chan 提交于
      * upgrade pre-commit tools in docker
      
      * python36 support pre-commit<=2.1.1
      
      * upgrade pip; remove old clang-format; remove redundant apt update
      
      * remove redundant apt-get update
      
      * remove duplicate apt-get update that will cause cinn download fail
      
      * remove duplicate pip upgrade
      
      * add --fix-missing to avoid cinn docker build fail
      
      * remove duplicate apt-get update in make_cinn_docker
      
      * make cinn command in the end
      
      * solve gpg problem
      
      * remove unneccessary modification
      dbf92d49
    • W
      【code format】Fix cpplint style 4 (#43695) · 5a55f13b
      wangzhen38 提交于
      * cpplint fix 2
      
      * cpplint fix 2
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      5a55f13b
    • W
      【code format】fix cpplint style 5 (#43733) · 75080988
      wangzhen38 提交于
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      75080988
    • A
      [Dy2Stat]Support nonlocal mechanism in IF ast transformer (#43666) · f9198372
      Aurelius84 提交于
      * [Dy2Stat]Support nonlocal mechanism in IF ast transformer
      
      * support prune return vars in cond
      
      * fix unittest
      
      * fix unittest
      
      * fix static check
      f9198372
    • L
      clear cmake files of phi (#43769) · 295f289a
      Leo Chen 提交于
      295f289a
    • C
      add cast trt converter (#43447) · b6bf8994
      ccrrong 提交于
      * add cast trt converter
      b6bf8994
    • S
      Use fixed random seed (#43659) · 8902a414
      Shijie 提交于
      8902a414
    • S
      Fix 3 unittest errors (#43532) · a9134dc2
      Shijie 提交于
      * Fix test_fuse_resnet_unit failure
      
      * Fix test_imperative_auto_mixed_precision failure
      
      * Fix sparse_attention_op error
      
      * Fix sparse_attention_op error
      a9134dc2
    • Z
      Fix several unit tests and increase the unit tests stability (#43670) · c41c5e63
      zlsh80826 提交于
      * Reduce gather op unit tests size and increase the timeout
      
      * Add NVIDIA_TF32_OVERRIDE for multi-processes environment
      
      * Remove record test for device event ut
      c41c5e63
    • W
      Fix layer_test ci error (#43758) · 5746e528
      WangZhen 提交于
      5746e528
    • H
      paddle2onnx update to 0.9.9 (#43774) · ee0efd6a
      heliqi 提交于
      ee0efd6a
    • S
      [external reviewing] Params to int8 pass (#42625) · b8b2d6a9
      Sylwester Fraczek 提交于
      * sylwek
      
      prototype params to int8 pass
      
      * trying to make warmup work
      
      * wip
      
      * wip
      
      * change test to cpp test
      
      * review fixes, refactoring
      
      * more refactoring
      
      * add erasevars
      
      * change test to fixture
      
      * rename pass
      
      and reorder erasevars and graphsaferemovenodes
      
      * fix
      
      * more refactoring and fixed bug
      
      * formatting
      
      * remove scale count
      
      * enfroce message too short
      
      * remove erasevars
      
      erasevars couldbe cauuse of memory issues
      
      some other fixes
      
      * add count of successfull fuses to name of new nodes
      
      * FindVar -> GetVar and use ConvResidual pattern
      
      * use tensor->clear() instead of new variable
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * add log (review fix)c
      
      * review fix (2 functions to one)
      
      * code review: Conv->QuantizeConv
      
      * revert
      
      * fix formatting
      
      * remove unused functions
      
      * add paddle enforce
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      b8b2d6a9
  2. 22 6月, 2022 16 次提交
  3. 21 6月, 2022 8 次提交