1. 15 10月, 2019 6 次提交
  2. 14 10月, 2019 16 次提交
  3. 13 10月, 2019 7 次提交
  4. 12 10月, 2019 11 次提交
    • G
      Fix the assign data check (#20564) · c7ae6c62
      Guo Sheng 提交于
      * Fix the assign data check. test=develop
      
      * Fix test_assign_op.py. test=develop
      c7ae6c62
    • A
      Add ConvTranspose + BatchNorm fuse pass (#20161) · 7faa3e95
      Adam 提交于
      * Add ConvTranspose + BatchNorm fuse pass
      test=develop
      
      * Add tests for conv+bn and conv_transpose+bn passes
      test=develop
      7faa3e95
    • csdn5211's avatar
      Refine seq enum expand mask pad (#20344) · 27d1ef60
      csdn5211 提交于
      * disable nccl test
      
      * Update version.
      
      * fix term core only
      
      * fix transpiler error
      
      * fix protobuf memory leak (#11177)
      
      fix protobuf memory leak
      
      * "change eigen mirror"
      
      * refine en doc sequence enum pad expand mask d2s
      
      * refine seq enum expand mask pad test=develop, test=document_fix
      
      * remove cn char test=document_fix
      
      * spec test=document_fix
      
      * code style test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      27d1ef60
    • Y
      fix en docs of Layer and guard (#20512) · 9a09ff14
      Youwei Song 提交于
      * fix en docs of Layer and guard
      test=document_fix, test=develop
      
      * fix en docs of Layer and guard
      test=document_fix, test=develop
      
      * minor fix
      test=document_fix, test=develop
      
      * minor fix
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * add forward doc
      test=document_fix, test=develop
      
      * add "s" for parameters
      test=document_fix, test=develop
      9a09ff14
    • G
      Modify English documents (#20452) · 9b85f401
      guofei 提交于
      9b85f401
    • L
      update data feeder API sample, change fluid.layers.data to fluid.data (#20568) · 9dc83dda
      liuwei1031 提交于
      * update data feeder API sample, fluid.layers.data => fluid.data
      
      * update API.spec
      9dc83dda
    • L
      fix doc of default_main_program, multiprocess_reader (#20536) · 9d6ee5eb
      liuwei1031 提交于
      * fix doc of default_main_program, multiprocess_reader
      
      * update API.spec
      
      * fix comment
      9d6ee5eb
    • Z
      update paddle_build.sh, test=develop (#20443) · ece611b0
      zhongpu 提交于
      This PR fix the tag error in paddle_build.sh
      ece611b0
    • Y
      Polish the English documentation of sums (#20495) · ce1b25cc
      Yiqun Liu 提交于
      * Refine the documentation of sums.
      
      * Remove Chinese comments and update API.spec.
      
      * Refine the description of input argument.
      
      * Update API.spec.
      test=develop
      test=document_fix
      ce1b25cc
    • L
      Add API 'fluid.requird_version(min_version, max_version=None)' to check if the... · 22ecaef0
      lanxianghit 提交于
      Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied, test=develop (#20263)
      
      添加API:fluid.version_required(min_version, max_version=None),用于检查已安装的PaddlePaddle版本是否符合要求
      无返回值,如果已安装的版本不在区间[min_version, max_version],则抛出异常。
      例:安装的版本为1.6.0,调用:fluid.require_version('1.5.0', '1.5.1'),则抛出异常:
      Exception: VersionError: PaddlePaddle version in [1.5.0, 1.5.1] required, but 1.6.0 installed.
      22ecaef0
    • Z
      Fix api doc example bug and polish square doc (#20491) · 8fb569e5
      zhaoyuchen2018 提交于
      * Refine create_array api en doc
      
      test=develop
      test=document_fix
      
      
      * Fix api doc example bug and polish square
      
      test=develop
      test=document_fix
      
      
      * Refine comment
      
      test=develop
      test=document_fix
      
      
      * refine API.spec
      
      test=develop
      test=document_fix
      8fb569e5