1. 06 6月, 2019 2 次提交
    • J
      Add optimizer save and load (#16986) · 022dfed4
      Jiabin Yang 提交于
      * save optimizer related vars in dygraph
      
      * test=develop, add optimizer save and load
      
      * test=develop, add optimizer save and load
      
      * test=develop, merge code and add multi-optimizer save and load
      
      * test=develop, fix test_imperative_checkpoint
      
      * test=develop, fix include error
      
      * test=develop, fix include error
      
      * test=develop, renew api spec
      
      * test=develop, refine code
      
      * test=develop, set default value for checkpoint
      
      * test=develop, fix ci error
      
      * test=develop, change API.spec and make api more readable
      
      * test=develop, refine version and time stamp
      
      * test=develop, add example code and refine code
      
      * test=develop, refine doc
      
      * test=develop, change version
      022dfed4
    • W
      use pyreader to read data in dygraph mode (#17314) · 841553e1
      wopeizl 提交于
      * use pyreader to read data
      
      * add return_list to PyReader to support return value represented as list
      841553e1
  2. 05 6月, 2019 1 次提交
  3. 04 6月, 2019 3 次提交
  4. 03 6月, 2019 1 次提交
  5. 31 5月, 2019 3 次提交
  6. 30 5月, 2019 5 次提交
  7. 29 5月, 2019 3 次提交
    • Z
      Refine python api code example note: (#17369) · a9a531fa
      Zhaolong Xing 提交于
      * fix:
      1. infernce multi card occupy
      2. facebox model inference occupy too much
      test=develop
      
      * refine python api comments: shuffle, while, scale, sampled_softmax_with_cross_entropy, scatter,
      round, sin, sqrt, shape, split, soft_relu, slice, selu, ifelse, switch.
      test=develodp
      
      * fix conflict error.
      test=develop
      a9a531fa
    • T
      fix doc in transpiler, test=develop (#17313) · 0d3c48e0
      tangwei12 提交于
      * fix doc in transpiler, test=develop
      0d3c48e0
    • H
      Add new gard clip [old gradient clip not support in dy graph] (#17523) · 9f85f218
      Hongyu Liu 提交于
      * add gradient clip in minimize; test=develop
      
      * fix bug; test=develop
      
      * fix format; test=develop
      
      * move new grad clip to dygraph/grad_clip.py; test=develop
      
      * fix lr decay and grad clip test; test=develop
      
      * seperate dygraph grad clip; test=develop
      
      * fix grad clip test; develop
      
      * fix api spec bug; test=develop
      
      * add blank line, test=develop,test=document_preview
      
      to fix format problem
      9f85f218
  8. 28 5月, 2019 5 次提交
    • update python API examples (#17351) · acbb4bf3
      石晓伟 提交于
      * update python APIs
      
      test=document_preview test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update merge_selected_rows
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * fix the comment of less_than
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      * update API
      
      test=develop
      acbb4bf3
    • S
      [DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629) · 41f1186c
      Shuai Yuan 提交于
      * [DOC] Fix api docs, test=develop, test=document_preview
      
      * [DOC] Fix api annotation: fluid.layers.tensor_array_to_tensor. test=develop, test=document_preview
      
      * test=develop, test=document_preview
      
      update MD5 of tensor_array_to_tensor
      41f1186c
    • W
      fix the api example for create_global_var, create_parameter, SGDOptim… (#17371) · 058f1f1e
      wopeizl 提交于
      * fix the api example for create_global_var, create_parameter, SGDOptimizer, RMSPropOptimizer, MomentumOptimizer, LarsMomentumOptimizer, FtrlOptimizer
      test=develop
      
      * add example for adamoptimizer
      fix API.spec
      test=develop
      
      * test=develop
      
      * test=develop
      058f1f1e
    • Y
      Bias correction for exponential moving average (#17677) · 4f4f0993
      Yibing Liu 提交于
      * Bias correction for exponential moving average
      
      test=develop, test=document_preview
      
      * Fix docs
      
      test=develop, test=document_preview
      4f4f0993
    • T
      update unique_name notes and examples (#17671) · 67a6297a
      Tao Luo 提交于
      test=develop
      67a6297a
  9. 27 5月, 2019 1 次提交
  10. 26 5月, 2019 1 次提交
  11. 25 5月, 2019 2 次提交
  12. 24 5月, 2019 4 次提交
  13. 23 5月, 2019 5 次提交
  14. 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
  15. 21 5月, 2019 2 次提交
  16. 20 5月, 2019 1 次提交