1. 30 9月, 2020 2 次提交
  2. 29 9月, 2020 3 次提交
  3. 28 9月, 2020 4 次提交
  4. 27 9月, 2020 3 次提交
  5. 25 9月, 2020 1 次提交
  6. 23 9月, 2020 2 次提交
  7. 22 9月, 2020 1 次提交
  8. 21 9月, 2020 2 次提交
  9. 17 9月, 2020 1 次提交
  10. 14 9月, 2020 1 次提交
  11. 11 9月, 2020 1 次提交
  12. 10 9月, 2020 1 次提交
  13. 08 9月, 2020 4 次提交
  14. 06 9月, 2020 1 次提交
  15. 05 9月, 2020 1 次提交
  16. 04 9月, 2020 3 次提交
  17. 03 9月, 2020 2 次提交
  18. 02 9月, 2020 1 次提交
  19. 01 9月, 2020 1 次提交
  20. 31 8月, 2020 1 次提交
  21. 29 8月, 2020 1 次提交
  22. 28 8月, 2020 2 次提交
  23. 27 8月, 2020 1 次提交
    • 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