1. 29 8月, 2020 1 次提交
  2. 28 8月, 2020 2 次提交
  3. 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
    • Z
      add dtype for unique (#26655) · 97cebfa4
      Zhang Ting 提交于
      * update doc, test=document_fix
      
      * add attr(dtype)
      
      * refine code
      97cebfa4
  4. 25 8月, 2020 1 次提交
  5. 24 8月, 2020 3 次提交
  6. 23 8月, 2020 3 次提交
  7. 22 8月, 2020 9 次提交
  8. 21 8月, 2020 6 次提交
  9. 20 8月, 2020 6 次提交
  10. 19 8月, 2020 3 次提交
  11. 18 8月, 2020 1 次提交
  12. 17 8月, 2020 1 次提交
  13. 15 8月, 2020 2 次提交