- 30 9月, 2020 2 次提交
- 29 9月, 2020 3 次提交
-
-
由 yaoxuefeng 提交于
-
由 Huihuang Zheng 提交于
This PR fixed two bugs when converting LSTM in dy2stat: is_unsupported has a condition can trigger Python syntax error LSTM API's implementation in _rnn_static_graph doesn't include parameter initialization, which can cause dy2stat error.
-
由 danleifeng 提交于
* fix is_empty api and code example; test=develop
-
- 28 9月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* remove inplace argument * fix sample code * fix sample code
-
由 Feiyu Chan 提交于
1. fix a bug that paddle.nn.RNN does not initialize the state for the cell correctly; 2. add unittest for paddle.nn.RNN and paddle.nn.BiRNN
-
由 Li Fuchen 提交于
* modified sample code of add_position_encoding to 2.0, test=document_fix * use core.op in add_position_encoding API. * add test for add_position_encoding in dygraph mode
-
由 littletomatodonkey 提交于
* fix example code * rename var to tensor * remove static * fix return type
-
- 27 9月, 2020 3 次提交
-
-
由 Li Fuchen 提交于
* add float64 input to ctc_loss * modified error message of warpctc * update repo and tag of warpctc * add test for warpctc with float64 input * modified warpctc.cmake to make sure build always * resolved sample code bug of warpctc * add core.ops in warpctc dygraph * fix a bug of test
-
由 liym27 提交于
* Fix example code of api `fluid.layers.switch_case` to use api2.0 * delete `paddle.nn.switch_case` alias and add `paddle.static.nn.switch_case`
-
由 liym27 提交于
* Fix example code of api fluid.layers.case * delete paddle.nn.case alias and add paddle.static.nn.case
-
- 25 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add static check on data() * follow comments * fix ut
-
- 23 9月, 2020 2 次提交
-
-
由 Zhou Wei 提交于
* Makes the Bind Method more intelligent * Makes the Bind Method more intelligent * fix unittest * fix unittest * fix conflict
-
由 wangchaochaohu 提交于
-
- 22 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 21 9月, 2020 2 次提交
- 17 9月, 2020 1 次提交
-
-
由 furnace 提交于
and optimize the c++ implmentation of empty op as PR#26659 reviews, and add bool for shape op.
-
- 14 9月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 11 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 10 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 08 9月, 2020 4 次提交
-
-
由 wangguanzhong 提交于
* enhance collect_op for dygraph, test=develop * enhance detection ops with lod, test=develop * support none bbox left in generate_proposals, test=develop * unfiy MultiLevelRoisNum, test=develop * update core.ops, test=develop * add op register for new input & output, test=develop
-
由 yaoxuefeng 提交于
-
由 yinhaofeng 提交于
* delate some wrong message test=develop, test=document_fix * delate some wrong message
-
由 Leo Chen 提交于
* fix unsqueeze in dygraph * add test * add test
-
- 06 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 05 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 04 9月, 2020 3 次提交
-
-
由 wangchaochaohu 提交于
-
由 AshburnLee 提交于
-
由 Zhou Wei 提交于
update doc of paddle.to_tensor
-
- 03 9月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 Leo Chen 提交于
* refine paddle.stack * support TensorArray * add test * fix coverage problem * fix coverage problem * fix sample code
-
- 02 9月, 2020 1 次提交
-
-
由 joejiong 提交于
As the title
-
- 01 9月, 2020 1 次提交
-
-
由 tangwei12 提交于
* add embedding 2.0 * add embedding support input int32
-
- 31 8月, 2020 1 次提交
-
-
由 pangyoki 提交于
* set default dtype for distribution API * Add unittest * Add unittest * fix import get_default_dtype problem * delete change under fluid.layers.nn * little change
-
- 29 8月, 2020 1 次提交
-
-
由 ruri 提交于
-
- 28 8月, 2020 2 次提交
- 27 8月, 2020 1 次提交
-
-
由 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>
-