1. 25 9月, 2020 1 次提交
  2. 24 9月, 2020 2 次提交
  3. 23 9月, 2020 2 次提交
  4. 22 9月, 2020 1 次提交
    • P
      Use dygraph mode by default (#27443) · 827ac36f
      pangyoki 提交于
      * default open dygraph mode
      
      * fix CI-Mac
      
      * fix Mac-CI other unittest file
      
      * fix CI-Py3
      
      * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
      
      * add enable_static to fix CI-Py3
      
      * add enable_static to fix CI-coverage
      
      * delete try except
      827ac36f
  5. 21 9月, 2020 1 次提交
  6. 17 9月, 2020 1 次提交
  7. 15 9月, 2020 1 次提交
  8. 10 9月, 2020 1 次提交
  9. 09 9月, 2020 1 次提交
  10. 08 9月, 2020 2 次提交
  11. 04 9月, 2020 1 次提交
  12. 01 9月, 2020 2 次提交
  13. 31 8月, 2020 1 次提交
  14. 28 8月, 2020 2 次提交
  15. 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
  16. 26 8月, 2020 1 次提交
  17. 25 8月, 2020 2 次提交
  18. 24 8月, 2020 1 次提交
  19. 21 8月, 2020 1 次提交
  20. 17 8月, 2020 1 次提交
  21. 16 8月, 2020 1 次提交
  22. 12 8月, 2020 3 次提交
  23. 10 8月, 2020 1 次提交
  24. 06 8月, 2020 1 次提交
  25. 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
  26. 31 7月, 2020 1 次提交
  27. 28 7月, 2020 2 次提交
  28. 27 7月, 2020 1 次提交
  29. 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
  30. 23 7月, 2020 1 次提交