1. 10 5月, 2019 1 次提交
  2. 09 5月, 2019 3 次提交
  3. 08 5月, 2019 8 次提交
    • 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
    • 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
    • L
      Fix api example (#17231) · dab71e8d
      lvmengsi 提交于
      * fix API examples, test=develop
      dab71e8d
    • 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
    • G
      Fix code in document. (#17237) · 91784f8e
      gongweibao 提交于
      91784f8e
    • 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
  4. 07 5月, 2019 5 次提交
    • 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
    • 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
    • T
      fix api_example of tree_conv (#17239) · 16922e00
      Tao Luo 提交于
      test=develop
      16922e00
    • J
      Refine api doc (#17230) · ef66baed
      jerrywgz 提交于
      * refine api comment, test=develop
      ef66baed
    • Y
      Fix some APIs' example (#17214) · 6b0f27e8
      Yibing Liu 提交于
      6b0f27e8
  5. 06 5月, 2019 2 次提交
  6. 01 5月, 2019 1 次提交
  7. 26 4月, 2019 1 次提交
    • X
      Detailed coordinate description for yolov3 loss (#17007) · 7da7881c
      xiaoting 提交于
      * Detailed coordinate description for yolov3 loss
      
      test=develop
      
      * modified api.spec
      
      test=develop
      
      * modified loss name
      
      * fix api.spec
      
      test=develop
      
      * polish description
      
      test=develop
      
      * modified api.spec
      
      test=develop
      7da7881c
  8. 25 4月, 2019 1 次提交
    • Y
      Init mixed precision training interface (#16856) · beda7825
      Yibing Liu 提交于
      * Init mixed precision training interface
      
      * Add fp16 test script
      
      test=develop
      
      * All initializers support float16
      
      test=develop
      
      * Code cleanup & add more code annotations
      
      test=develop
      
      * Update API spec
      
      test=develop
      
      * Add usage example in doc
      
      test=develop
      beda7825
  9. 22 4月, 2019 1 次提交
  10. 19 4月, 2019 1 次提交
  11. 16 4月, 2019 2 次提交
  12. 15 4月, 2019 1 次提交
  13. 13 4月, 2019 1 次提交
  14. 12 4月, 2019 3 次提交
  15. 11 4月, 2019 2 次提交
  16. 09 4月, 2019 1 次提交
  17. 03 4月, 2019 1 次提交
    • R
      Add Pixel shuffle OP (#15782) · 229dc932
      ruri 提交于
      * add pixel_shuffle op
      
      * add pixel_shuffle op, test=develop
      
      * rewrite code, test=develop
      
      * delete useless comment, test=develop
      
      * Refine pixel_shuffle_op and unit testing
      
      * refine code,test=develop
      
      * refine .cu,test=develop
      
      * fix unittest,test=develop
      
      * Fix unit testing
      test=develop
      
      * resolve conflict, test=develop
      
      * fix test, test=develop
      
      * fix API, test=develop
      
      * fix test datatype bug,test=develop
      
      * polish comments,test=develop
      
      * add API,test=develop
      
      * test=develop
      
      * Add Pixel_Shuffle OP,test=develop
      
      * support python3,test=develop
      
      * add include memory to travis CI bug,test=develop
      229dc932
  18. 01 4月, 2019 4 次提交
  19. 31 3月, 2019 1 次提交