- 22 8月, 2020 10 次提交
-
-
由 Zhong Hui 提交于
* add binary cross entropy with logit loss
-
由 LutaoChu 提交于
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel.
-
由 zhupengyang 提交于
-
由 ShenLiang 提交于
* add matmul_v2
-
由 lilong12 提交于
* fix docstring, test=document_fix
-
由 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 提交于
-
由 wangchaochaohu 提交于
-
由 ShenLiang 提交于
* fix the comment of scatter
-
- 21 8月, 2020 30 次提交
-
-
由 Leo Chen 提交于
* add bernoulli op * fix cuda kernel and add unit test * refine doc * fix uniform
-
由 Adam 提交于
* Add mechanism for blocking oneDNN cache clearing * Review changes and Add thread guards
-
由 Dong Daxiang 提交于
* add documentation for DistributedStrategy
-
由 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 提交于
-