1. 04 9月, 2020 1 次提交
  2. 01 9月, 2020 2 次提交
  3. 31 8月, 2020 1 次提交
  4. 28 8月, 2020 2 次提交
  5. 27 8月, 2020 2 次提交
    • F
      Add unified RNN APIs (#26588) · f4083010
      Feiyu Chan 提交于
      * Add RNN related apis in paddl.nn
      test=develop
      
      * new rnn api, cell almost done
      
      * add new progresses in rnn APIs for 2.0
      
      * refine rnn APIs and docstrings.
      
      * add unittets
      
      * disable gpu tests when paddle is not compiled with cuda support
      
      * remove unnecessary imports
      
      * fix docstring
      
      * add to no_sample wlist
      
      * backport to python2 to avoid yield from
      
      * add **kwargs, fix typos
      
      * update docstrings for birnn
      
      * rename argument for SimpleRNN and SimpleRNNCell, fix sample code
      
      * add default value for initial_states in fluid.layers.birnn
      Co-authored-by: Nguosheng <guosheng@baidu.com>
      f4083010
    • W
      Genarate alias mapping (#26645) · 76313dd5
      WuHaobo 提交于
      * add gen_alias_mapping.sh
      76313dd5
  6. 26 8月, 2020 1 次提交
  7. 25 8月, 2020 2 次提交
  8. 24 8月, 2020 1 次提交
  9. 21 8月, 2020 1 次提交
  10. 17 8月, 2020 1 次提交
  11. 16 8月, 2020 1 次提交
  12. 12 8月, 2020 3 次提交
  13. 10 8月, 2020 1 次提交
  14. 06 8月, 2020 1 次提交
  15. 03 8月, 2020 1 次提交
    • W
      remove all op with out args (#25570) · 12bed4a9
      WuHaobo 提交于
      * test=develop,test=document_fix, remove the out args
      
      * Revert "test=develop,test=document_fix, remove the out args"
      
      This reverts commit f430799b.
      
      * test=develop,test=document_fix, remove the out args
      
      * remove all  the out args
      
      * remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove out args in matmul testcase
      
      * test=develop, fix the bugs of out args testcase in logsumexp
      
      * test=develop, fix the bugs of out args testcase in elementwise_add
      
      * test=develop, fix the bugs of out args testcase in elementwise_div
      
      * test=develop, fix the bugs of out args testcase in activation
      
      * test=develop, fix the bugs of out args testcase in addcmul
      
      * test=develop, fix the bugs of out args
      
      * test=develop, fix the bugs of out args in API example
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, remove out args
      
      * test=develop, remove out args
      
      * test=develop, fix the coverage
      
      * test=develop, polish codestyle
      
      * test=develop, Update math.py
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish the test_activation_op.py
      
      * test=develop, Update math.py
      
      * test=develop, fix the failed CI
      
      * test=develop, add core.ops
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, write testcase for clamp OP
      12bed4a9
  16. 31 7月, 2020 1 次提交
  17. 28 7月, 2020 2 次提交
  18. 27 7月, 2020 1 次提交
  19. 24 7月, 2020 1 次提交
    • Q
      Refine Model of high level API (#25559) · b5f8784c
      qingqing01 提交于
      * Refine Model
      
      1. Take the network (instance of Layer) as the input of Model.
      2. Refine set_dict/load_dict of Layer.
      3. Refine Input interface, so update code sample about Input
      b5f8784c
  20. 23 7月, 2020 2 次提交
  21. 21 7月, 2020 1 次提交
  22. 20 7月, 2020 3 次提交
    • T
      update patchelf to v0.10 (#25504) · 273ee7d3
      Tao Luo 提交于
      273ee7d3
    • Y
      Add check for setting TIMEOUT properties,test=develop (#25415) · a0902a23
      YUNSHEN XIE 提交于
      * add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add check for setting TIMEOUT properties, test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * modify the github wiki link,test=document_fix test=develop
      a0902a23
    • F
      Remove the obsolete Dockerfile file (#25604) · 166a1ded
      feng626 提交于
      166a1ded
  23. 16 7月, 2020 2 次提交
  24. 08 7月, 2020 2 次提交
  25. 07 7月, 2020 2 次提交
  26. 06 7月, 2020 1 次提交
  27. 29 6月, 2020 1 次提交