1. 27 9月, 2020 3 次提交
  2. 21 9月, 2020 1 次提交
  3. 18 9月, 2020 2 次提交
  4. 14 9月, 2020 3 次提交
  5. 10 9月, 2020 1 次提交
  6. 08 9月, 2020 6 次提交
  7. 04 9月, 2020 5 次提交
  8. 03 9月, 2020 2 次提交
  9. 02 9月, 2020 3 次提交
  10. 01 9月, 2020 2 次提交
  11. 31 8月, 2020 2 次提交
  12. 29 8月, 2020 2 次提交
  13. 28 8月, 2020 5 次提交
  14. 27 8月, 2020 3 次提交
    • 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
    • X
      add intepolte_v2 (#26520) · 89d7d866
      xiaoting 提交于
      * add intepolte_v2
      
      * fix linear interp
      
      * polish unittest, test=develop
      
      * update code samples to 2.0 API, test=develop
      
      * remove warning, test_develop
      
      * add name in attrs, test=develop
      
      * polish code, test=develop
      
      * change Align to align, test=develop
      
      * fix unittest in py3,test=develop
      
      * fix coverage, test=develop
      
      * fix coverage, test=develop
      
      * fix for windows ci, test=develop
      
      * fix coverage, test=develop
      89d7d866
    • Z
      32ae8e81