- 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 6 次提交
-
-
由 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 提交于
-
由 wangchaochaohu 提交于
-
- 20 8月, 2020 6 次提交
-
-
由 wangchaochaohu 提交于
-
由 guofei 提交于
* Add new API: paddle.prod test=develop
-
由 hong19860320 提交于
-
由 liym27 提交于
(1) Add api paddle.reshape(x, shape, name); (2) Use Tensor replaces Variable. test=develop
-
由 WuHaobo 提交于
-
由 yukavio 提交于
* add input.py file * write input.py * fix init file * add unit tests * fix dygraph and input shape * Revert "fix dygraph and input shape" This reverts commit 89ad8664. * fixed pylint * fix deprecated * fix old op * fix old op * set check_dygraph=True * Revert "set check_dygraph=True" This reverts commit a8e93e33. * test commit * fix doc and change test file name
-
- 19 8月, 2020 3 次提交
- 18 8月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 17 8月, 2020 1 次提交
-
-
由 wawltor 提交于
Update the sigmoid, Sigmoid layer for the api2.0
-
- 15 8月, 2020 2 次提交
-
-
由 wangchaochaohu 提交于
-
由 Zhou Wei 提交于
* expose and unify the Tensor concepts to the user * expose tensor to user * add copy place for Tensor * add copy place for Tensor * add note * add macro PADDLE_WITH_CUDA * remove RUN_TYPE=DIST * fix some error
-