1. 13 5月, 2019 2 次提交
  2. 12 5月, 2019 1 次提交
  3. 10 5月, 2019 6 次提交
  4. 09 5月, 2019 6 次提交
  5. 08 5月, 2019 17 次提交
    • H
      Fix API example code of save_inference_model (#17274) · 2c446271
      Huihuang Zheng 提交于
      * Fix API example code of save_inference_model
      
      test=develop
      
      * Add "import" in exmaple of save_inference_model
      
      * Fix typo "exsample" -> "example"
      
      test=develop
      2c446271
    • X
      modified formula for Lrn (#17281) · 9ed4aaad
      xiaoting 提交于
      * modified formula for lrn
      
      test=develop
      
      * modified api.spec
      
      test=develop
      9ed4aaad
    • Z
      Refine elementwise kernel. (#16952) · 792443ef
      zhaoyuchen2018 提交于
      * Refine elementwise kernel.
      
      Add a simple cuda kernel if grad x and y both exist
      Use 2D block cuda kernel to do broadcast.
      
      test=develop
      Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
      
      * refine code.
      
      test=develop
      Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
      
      * refine code.
      
      test=develop
      Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
      792443ef
    • L
      Repair api example (#17221) · e388a1fb
      lujun 提交于
      Fix the following API examples:
      
      paddle.fluid.scope_guard
      paddle.fluid.backward.append_backward
      paddle.fluid.cpu_places
      paddle.fluid.cuda_pinned_places
      paddle.fluid.cuda_places
      paddle.fluid.in_dygraph_mode
      paddle.fluid.CUDAPlace
      paddle.fluid.CPUPlace
      paddle.fluid.CUDAPinnedPlace
      e388a1fb
    • Y
      Optimize the cuda implementation of sum_op (#17283) · 6b84688b
      Yiqun Liu 提交于
      * Optimize the cuda implementation of sum_op, which add two lod_tensors inplace.
      test=develop
      
      * Use eigen to add to tensors.
      test=develop
      6b84688b
    • C
      update assert (#17282) · db5e74ab
      chengduo 提交于
      test=develop
      db5e74ab
    • H
      Fix concat shape check (#17247) · c3195de5
      Hongyu Liu 提交于
      * fix shape_check; test=develop
      
      * fix format; test=develop
      
      * fix format; test=develop
      
      * fix ddim bug; test=develop
      
      * fix c++ format; test=develop
      
      * change function name; test=develop
      c3195de5
    • L
      Fix api example (#17231) · dab71e8d
      lvmengsi 提交于
      * fix API examples, test=develop
      dab71e8d
    • W
      Fix bp of roi perspective transform op. (#17216) · 7d7e2995
      whs 提交于
      7d7e2995
    • B
      Adding lrn op for ngraph engine (#17189) · 7bd1d03e
      baojun 提交于
      * added lrn op test=develop
      
      * Added CreateConstant method test=develop
      
      * avoid duplicates test=develop
      7bd1d03e
    • W
      improved unit test output (#17266) · 984aa905
      Wojciech Uss 提交于
      added printing data type to differentiate int8 and fp32 latency results
      
      test=develop
      984aa905
    • C
      Polish Executor and Compiler doc (#17262) · 8f534696
      chengduo 提交于
      * polish doc
      test=develop
      
      * updata parallel executor doc
      test=develop
      
      * update API.spec
      test=develop
      
      * polish code
      test=develop
      8f534696
    • T
      document_preview (#17166) · dd86b400
      tianshuo78520a 提交于
      * document_preview
      
      * change name
      
      * document
      
      * add document_preview.sh
      
      * add document_preview.sh
      
      * add paddle_build.sh
      
      * nohup python
      
      * change port runserver
      
      * test doc
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * add git clone FluidDoc,PaddlePaddle.org
      
      * change PaddlePaddle.org
      
      * Add port comment
      
      * change directory
      
      * change PADDLE_ROOT
      dd86b400
    • G
      Fix code in document. (#17237) · 91784f8e
      gongweibao 提交于
      91784f8e
    • C
      Code Clean: Move all pass to paddle::framework::ir (#17228) · 04bd413a
      chengduo 提交于
      * move pass to ir
      
      * polish code
      test=develop
      
      * fix dependency
      test=develop
      04bd413a
    • H
      Fix some data and reader related API code (#17202) · 648320bb
      Huihuang Zheng 提交于
      * Fix data and reader related api doc
      
      * Fix data and reader related api doc
      
      Review and fix the example code in some reader related API doc.
      
      These APIs are:
      
      Fix existing API example codes:
      
      paddle.fluid.io.PyReader
      paddle.fluid.layers.batch
      paddle.fluid.layers.data
      paddle.fluid.layers.Preprocessor
      paddle.fluid.layers.py_reader
      paddle.fluid.program_guard
      
      Add new example codes:
      
      paddle.fluid.io.PyReader.decorate_batch_generator
      paddle.fluid.io.PyReader.decorate_sample_generator
      paddle.fluid.io.PyReader.decorate_sample_list_generator
      paddle.fluid.io.PyReader.reset
      paddle.fluid.io.PyReader.start
      
      test=develop
      
      * Add changes to API.spec after changing doc.
      
      test=develop
      
      * Add blanks after python example code
      
      test=develop
      
      * Add blank line at py_reader example code
      
      test=develop
      
      * Merge API.spec
      
      test=develop
      
      * Modify reader.py based on reviewer's comment
      
      test=develop
      
      * Modify API.spec after changing doc
      
      test=develop
      
      * Change reader.py based on reviewer's comment
      
      * Modify example code of decorate_sample_generator
      
      test=develop
      
      * Fix example code of PyReader based on reviewer
      
      test=develop
      648320bb
    • Z
      fix api doc,test=develop (#17241) · f2fa3f73
      Zeng Jinle 提交于
      f2fa3f73
  6. 07 5月, 2019 8 次提交
    • Z
      Enhance inplace/mem-opt pass and enhance softmax_with_cross_entropy op inplace (#17225) · 4f859408
      Zeng Jinle 提交于
      * add use_cuda to inplace pass,test=develop
      
      * add test softmax_with_xe_inplace test,test=develop
      
      * fix potential inplace bug
      test=develop
      
      * add more skip vars in mem opt pass,test=develop
      
      * follow comment,test=develop
      
      * follow comments,move duplicate out arg check to program->graph,test=develop
      4f859408
    • B
      update sofmax with axis arg test=develop (#17190) · e782b54b
      baojun 提交于
      e782b54b
    • T
      fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235) · 71f0c6d5
      tensor-tang 提交于
      * fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations funcs with no attrs
      
      test=develop
      
      * refine doc example code
      
      test=develop
      
      * remove >>> in doc example
      
      test=develop
      
      * refine python code block
      
      test=develop
      
      * update API spec
      
      test=develop
      71f0c6d5
    • Z
      fix retry_allocator (#17245) · 6fafd37e
      Zeng Jinle 提交于
      test=develop
      6fafd37e
    • T
      remove unused FLAGS_warpctc_dir (#17162) · ff1661f1
      Tao Luo 提交于
      * remove unused FLAGS_warpctc_dir
      
      test=develop
      
      * remove FLAGS_warpctc_dir
      
      test=develop
      ff1661f1
    • K
      Softmax_cross_entropy op add axis (#16806) · a71d8fdb
      Kaipeng Deng 提交于
      * add attr axis infershape. test=develop
      
      * add CUDA kernel. test=develop
      
      * fix unittest. test=develop
      
      * fix unittest for soft_label. test=develop
      
      * fix fp16 unittest. test=develop
      
      * remove comment code. test=develop
      
      * refine test for axis. test=develop
      
      * add python api. test=develop
      
      * fix doc. test=develop
      
      * fix fp16 unittest. test=develop
      
      * fix ngraph test. test=develop
      
      * fix ENFORCE for test_imperative_transformer. test=develop
      
      * fit for ngraph test. test=develop
      
      * fix after rebase develop. test=develop
      
      * fix doc. test=develop
      
      * fix API.spec. test=develop
      
      * fix test_layers. test=develop
      
      * fix format. test=develop
      a71d8fdb
    • S
      fix build warning like 'comparison between signed and unsigned (#17240) · c2e20e2a
      songhao 提交于
      integer', test=develop
      c2e20e2a
    • Z
      Quant output scale (#17215) · a914d9b1
      Zhen Wang 提交于
      * Add MovingAverageAbsMaxScale operator which is only used for calculating the quantization scale.
      
      * test=develop
      
      * change the output into inplace. test=develop
      
      * Revert "test=develop"
      
      This reverts commit 696cf62699ba1e1c98f61f7345ac7060010eb29a.
      
      * Revert "change the output into inplace. test=develop"
      
      This reverts commit a19acd20f07eee82622701a3015e6e9c073a5e0b.
      
      * test=develop.
      
      * update the MovingAverageAbsMaxScaleOp test. test=develop
      a914d9b1