1. 28 5月, 2019 1 次提交
  2. 26 5月, 2019 1 次提交
  3. 25 5月, 2019 1 次提交
  4. 24 5月, 2019 5 次提交
  5. 23 5月, 2019 3 次提交
  6. 22 5月, 2019 1 次提交
    • Y
      Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308) · cf5d271c
      Yiqun Liu 提交于
      * Fix examples of fluid.layers.sums.
      test=document_preview
      
      * Correct the example of DynamicRNN and its functions.
      test=develop
      
      * Add 'import paddle.fluid as fluid' to examples.
      test=develop
      
      * Update API.spec.
      test=develop
      
      * Add space lines.
      test=develop
      
      * Update the API.spec.
      test=develop
      cf5d271c
  7. 21 5月, 2019 1 次提交
  8. 20 5月, 2019 1 次提交
  9. 15 5月, 2019 1 次提交
  10. 14 5月, 2019 2 次提交
  11. 13 5月, 2019 1 次提交
  12. 10 5月, 2019 3 次提交
  13. 09 5月, 2019 2 次提交
  14. 08 5月, 2019 3 次提交
    • X
      modified formula for Lrn (#17281) · 9ed4aaad
      xiaoting 提交于
      * modified formula for lrn
      
      test=develop
      
      * modified api.spec
      
      test=develop
      9ed4aaad
    • L
      Fix api example (#17231) · dab71e8d
      lvmengsi 提交于
      * fix API examples, test=develop
      dab71e8d
    • 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
  15. 07 5月, 2019 6 次提交
  16. 06 5月, 2019 2 次提交
  17. 30 4月, 2019 1 次提交
  18. 29 4月, 2019 1 次提交
  19. 28 4月, 2019 1 次提交
    • Z
      Refine dropout gpu memory (#17095) · 28d69d71
      Zeng Jinle 提交于
      * refine_dropout_mem,test=develop
      
      * # This is a combination of 14 commits.
      # The first commit's message is:
      remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop (#17066)
      
      # This is the 2nd commit message:
      
      Fleet unify distributed training (#16791)
      
      * implement distributed transpiler with fleet
      # This is the 3rd commit message:
      
      ParallelDyGraph with GPU collective mode (#16827)
      
      implement dygraph.parallel.DataParallel to hook reduce op.
      
      # This is the 4th commit message:
      
      Init mixed precision training interface (#16856)
      
      * 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
      
      # This is the 5th commit message:
      
      fix reference_count_pass,test=develop (#17060)
      
      test=develop
      # This is the 6th commit message:
      
      Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090)
      
      * Cache the information of linear interpolation in forward and use it in backward.
      test=develop
      
      * Fix cuda kernel.
      test=develop
      
      # This is the 7th commit message:
      
      remove unnecessary prepare_data (#17080)
      
      test=develop
      # This is the 8th commit message:
      
      fix interpolate cu. test=develop (#17101)
      
      # This is the 9th commit message:
      
      test=develop, double backward leaky_relu (#17067)
      
      backward of backward: leaky_relu
      # This is the 10th commit message:
      
      fix fuse optimizer ops (#17102)
      
      test=develop
      # This is the 11th commit message:
      
      truncated_gaussian_random supported in distributed training, test=develop (#17091)
      
      # This is the 12th commit message:
      
       Detailed coordinate description for yolov3 loss (#17007)
      
      * 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
      
      # This is the 13th commit message:
      
      fix test_weight_decay (#17109)
      
      test=develop
      # This is the 14th commit message:
      
      Path flag (#17105)
      
      * fix python/paddle/fluid/__init__.py detecting problems
      28d69d71
  20. 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
  21. 25 4月, 2019 2 次提交