- 21 8月, 2020 17 次提交
-
-
由 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
-
由 Kaipeng Deng 提交于
* add map_style dataset. test=develop
-
由 pangyoki 提交于
* fixed static module * solve conflict * Add Distribution base class, Uniform class and Normal class * release Distribution class and Normal, Uniform class * Add Doc args explaination * save distributions.py and process in distribution.py * delete useless function in test_distribution * Add NormalNumpy test class * Add probs in NormalNumpy * add distribution to paddle init * Add Distribution base class and name attribute unittest * Change Doc * Change Doc * adjust format * Fixed Doc Code * implement probs and change Variable to Tensor * Add name for all functions and add name unittest * support int datatype * Add dynamic mode * optimize test_distribution static and dygraph
-
由 Huihuang Zheng 提交于
As the title
-
由 Pei Yang 提交于
-
由 Bai Yifan 提交于
* add adaptive_avg_pool2d * add adaptive_avg_pool3d
-
由 Qi Li 提交于
-
由 zhupengyang 提交于
-
由 wawltor 提交于
-
由 Huihuang Zheng 提交于
Remove cudnn conv in Unittest because the cudnn conv, which is assigned to OP owner, hasn't been fixed.
-
由 wawltor 提交于
update the test_mean test case
-
由 Zhong Hui 提交于
Fix the API of bce loss and add functional API binary_cross_entropy
-
由 Chen Weihang 提交于
* fix static dataloader default pin memory set * fix related unittests
-
由 Chen Weihang 提交于
-
由 zhupengyang 提交于
-
由 lilong12 提交于
-
由 wangchaochaohu 提交于
-
- 20 8月, 2020 22 次提交
-
-
由 Chengmo 提交于
disable test_dist_fleet_ctr
-
由 wangchaochaohu 提交于
-
由 guofei 提交于
* Add new API: paddle.prod test=develop
-
由 hong19860320 提交于
-
由 Peihan 提交于
* verify correctness of dy2static model by using paddle-inference api * update python doc style
-
由 tangwei12 提交于
* disable UT temp
-
由 tangwei12 提交于
* add print test_dist UT elapsed time * UT elapsed time optimize
-
由 Aurelius84 提交于
* Rename `Input` into `InputSpec` * remove alias
-
由 liym27 提交于
-
由 ceci3 提交于
* add weight_norm, test=develop
-
由 ShenLiang 提交于
* fix the doc of dot
-
由 liym27 提交于
(1) Add api paddle.reshape(x, shape, name); (2) Use Tensor replaces Variable. test=develop
-
由 Zhang Ting 提交于
-
由 ShenLiang 提交于
-
由 123malin 提交于
* add save/load for parameter server
-
由 Aurelius84 提交于
* Rename `Input` into `InputSpec` * fix argument place of Input api
-
由 WuHaobo 提交于
-
由 Chen Weihang 提交于
* enhance add parameter check for layer * add unittest for coverage * remove uninit test case * enrich unittest ccase * trigger ci check
-
由 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
-
由 Zhang Ting 提交于
* rename input * add unittest, test=develop * use paddle.data instead of fluid.data, test=develop
-
由 Guanghua Yu 提交于
-
由 Chen Weihang 提交于
-
- 19 8月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-