- 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 2 次提交
-
-
由 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>
-
由 Zhang Ting 提交于
* update doc, test=document_fix * add attr(dtype) * refine code
-
- 25 8月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 24 8月, 2020 3 次提交
-
-
由 joejiong 提交于
As the title. Co-authored-by: Nwujionghao <wujionghao@email.com>
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
由 yaoxuefeng 提交于
-
- 23 8月, 2020 3 次提交
-
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
- 22 8月, 2020 9 次提交
-
-
由 ShenLiang 提交于
* add static data
-
由 WangXi 提交于
-
由 WangXi 提交于
-
由 LutaoChu 提交于
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel.
-
由 zhupengyang 提交于
-
由 ShenLiang 提交于
* add matmul_v2
-
由 huangjun12 提交于
* [API2.0] add dropout, dropout2d and dropout3d, test=develop * refine Interface and assertion after review, test=develop * fix alias p=1 and use scale, test=develop * fix doc and training, test=develop * fix doc in Dropout2D, test=develop
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
- 21 8月, 2020 5 次提交
-
-
由 wangchaochaohu 提交于
-
由 wawltor 提交于
-
由 Zhou Wei 提交于
* binding tensor method * binding tensor method * binding tensor method * Binding methods for class Tensor and Variable
-
由 Yang Zhang 提交于
* Update `paddle.clamp` rename to `paddle.clip` add fast path for dygraph mode remove `out` rename `input` -> `x` update doc sample * Fix leftover `Variable` wording * Indent doc with spaces * Remove `:alias` in docs * Update `enable_imperative` -> `disable_static` * Remove `imperative` also trigger CI * Update tests for better coverage * Rebase to fix `cosine_similarity` * Fix `cosine_similarity` some more
-
由 Qi Li 提交于
-