1. 28 5月, 2019 3 次提交
  2. 27 5月, 2019 1 次提交
  3. 26 5月, 2019 1 次提交
  4. 25 5月, 2019 2 次提交
  5. 24 5月, 2019 4 次提交
  6. 23 5月, 2019 5 次提交
  7. 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
  8. 21 5月, 2019 2 次提交
  9. 20 5月, 2019 1 次提交
  10. 18 5月, 2019 1 次提交
    • J
      fix data_feed_desc.py example run error (#17452) · 75cda4d9
      jiaqi 提交于
      * fix data_feed_desc.py example run error
      test=develop
      test=test=document_preview
      
      * fix data_feed_desc.py example display error
      test=develop
      test=document_preview
      
      * update API.spec for DataFeedDesc
      test=develop
      test=document_preview
      75cda4d9
  11. 16 5月, 2019 2 次提交
    • L
      improve the API Sample of DataFeeder, memory_optimize and release_memory (#17374) · 6a53fa95
      liuwei1031 提交于
      * improve the API Sample of DataFeeder, memory_optimize and release_memory, test=develop
      
      * update API.spec, test=develop, test=document_preview
      
      * tweak the code format of feed API, test=develop
      
      *  update API.spec, test=develop
      
      * improve doc for DataFeeder and default_main_program, test=develop
      6a53fa95
    • J
      init auto loss scaling (#17194) · 30e178fa
      Jie Fang 提交于
      * init auto loss scaling
      
      test=develop
      
      * change API.spec
      
      * change ifelse to switch and use reduce_sum to optimize checking isfinite
      
      test=develop
      
      * Remove redundant code
      
      test=develop
      30e178fa
  12. 15 5月, 2019 1 次提交
  13. 14 5月, 2019 3 次提交
  14. 13 5月, 2019 2 次提交
  15. 12 5月, 2019 1 次提交
  16. 10 5月, 2019 3 次提交
  17. 09 5月, 2019 3 次提交
  18. 08 5月, 2019 4 次提交
    • 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