- 21 8月, 2020 37 次提交
-
-
由 wangchaochaohu 提交于
-
由 littletomatodonkey 提交于
-
由 Li Fuchen 提交于
* add functional ctc_loss and CTCLoss class. * modified docstring of ctc_loss and CTCLoss
-
由 ShenLiang 提交于
* add error message
-
由 QingshuChen 提交于
* support Baidu AI Accelerator * test=kunlun * minor * test=kunlun * support xpu op in separate file * test=kunlun * update XPU error message and remove duplicated code * test=kunlun * minor * test=kunlun * minor * test=kunlun
-
由 Chen Weihang 提交于
This reverts commit 0cb03182.
-
由 lilong12 提交于
* fix the example codes, test=develop
-
由 wawltor 提交于
Update the error message for the margin_ranking_loss
-
由 donproc 提交于
-
由 yaoxuefeng 提交于
* mod cvm test=develop * mod code format test=develop
-
由 mapingshuo 提交于
-
由 chajchaj 提交于
* add cross_entropy to nn/layer and nn/functional, test=develop * use functional/cross_entropy in layer/CrossEntropy * use functional/cross_entropy in layer/CrossEntropy, test=develop
-
由 wangchaochaohu 提交于
-
由 Chen Weihang 提交于
* refine load model by extra_var_info * polish unittest for coverage
-
由 Dong Daxiang 提交于
* consider the combination of different strategies to work together
-
由 pangyoki 提交于
* Rename uniform and gaussian APIs * rename uniform_random API as uniform * Fixed unittest * fixed unittest AttributeError * Fixed unittest * Add uniform function rather than alias * remove templatedoc * solve conflict and fix doc code * fix doc code
-
由 Yang Zhang 提交于
test=document_fix
-
由 wawltor 提交于
-
由 tangwei12 提交于
* fix decay global counter * remove unused print, test=distp0
-
由 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
-
由 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 3 次提交
-
-
由 Chengmo 提交于
disable test_dist_fleet_ctr
-
由 wangchaochaohu 提交于
-
由 guofei 提交于
* Add new API: paddle.prod test=develop
-