1. 29 8月, 2020 1 次提交
  2. 28 8月, 2020 36 次提交
  3. 27 8月, 2020 3 次提交
    • W
      add bug fix enum. (#26736) · 1c898b66
      Wilber 提交于
      1c898b66
    • Z
      fix bug that can't print int8_t (#26712) · 8071d230
      Zhou Wei 提交于
      fix bug that can't print int8_t 
      8071d230
    • 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