- 12 1月, 2021 16 次提交
-
-
由 Yiqun Liu 提交于
Try to remove test_fuse_elewise_add_act_pass from the black list of running unittest on windows. (#30282)
-
由 houj04 提交于
fix compile problem on FT
-
由 lidanqing 提交于
-
由 lidanqing 提交于
-
由 Chen Weihang 提交于
-
由 Wojciech Uss 提交于
* upgrade oneDNN version to 2.0 master branch * - Added workarounds for new lib onednn change * fix regex Co-authored-by: NJacek Czaja <jacek.czaja@intel.com>
-
由 tangwei12 提交于
* add sparse embedding & load vars for 2.0 Change-Id: I36b59ed5f015189dc9d9d2e34a9357722d369f1b * fix hdfs gloo Change-Id: Ia84d579053720ad804183e54c9a04b4f031c79c6 * fix gloo hdfs Change-Id: I5ab982fd483cddc10adcdef0b8aa83aca976cb9e * move loadvar/sparse embedding from incubute to static Change-Id: I57081d3545ad2efab78c72420d2162c0eacaf3a0
-
由 YUNSHEN XIE 提交于
* disable test_pipeline * fix error
-
由 tangwei12 提交于
* rename sendrecv.proto to namespace paddle.distributed * split ps with distributed
-
由 Chengmo 提交于
* add save tensor support Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 chajchaj 提交于
* fix bug of using ignore_index and reduction,test=develop * fix bug of celoss when using ignore_index and reduction, test=develop * improve performance when ignore_index=-100, test=develop * add test in test_cross_entropy_loss.py for coverage rate, test=develop * rm comment in test_cross_entropy_loss.py, test=develop * del hard code of "float64" in python/paddle/nn/functional/loss.py, test=develop * change mask to a more simplified implementation, test=develop * del comment in python/paddle/nn/functional/loss.py, test=develop * del hard code and change mask to a more simplified implementation, test=develop * change mask to a more simplified implementation, test=develop * change mask to a more simplified implementation, test=develop
-
由 Double_V 提交于
* fix elugradgrad test fail and error message opt * fix unitest,test=develop * Update prroi_pool_op.h fix error message * opt message,test=develop * fix ci fail,test=develop
-
由 Zhen Wang 提交于
* Fix the accuracy problem of allclose op when using float64 data type in static mode. * Format the code style.
-
由 yaoxuefeng 提交于
-
由 furnace 提交于
-
由 石晓伟 提交于
-
- 11 1月, 2021 24 次提交
-
-
由 Chengmo 提交于
* fix cmake Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 LielinJiang 提交于
-
由 石晓伟 提交于
-
由 石晓伟 提交于
-
由 石晓伟 提交于
-
由 wuhuanzhou 提交于
-
由 liym27 提交于
Support vector<double> as type of op attribute and op set_value suppport vector<double> as value (#30126)
-
由 furnace 提交于
-
由 wangchaochaohu 提交于
-
由 AshburnLee 提交于
-
由 石晓伟 提交于
-
由 chentianyu03 提交于
* type promotion for grad * add type promotion for div op
-
由 wuhuanzhou 提交于
-
由 YUNSHEN XIE 提交于
* disable ut test_tsm on windows * fix error * add ut execuate time
-
由 liym27 提交于
-
由 Jiaqi Liu 提交于
* add alias from fluid.layers.auc to static.auc * Update __init__.py
-
由 WeiXin 提交于
* Fix bug for 'save mutiple method' * To pass coverage. * edit code to pass coverage. * edit code to pass coverage. * add unittest for coverage. * change for coverage. * edit for coverage.
-
由 WeiXin 提交于
* modify error message based on comments * edit code according to review. * Correct spelling according to review.
-
由 gongweibao 提交于
-
由 Bai Yifan 提交于
-
由 YUNSHEN XIE 提交于
* use wget to replace curl to download the lcov file * add cache for lcov
-
由 Huihuang Zheng 提交于
Add clone method for static Variable so that this interface will be same as dygraph. It fixed some bugs in dy2stat
-
由 wawltor 提交于
add the op error message for the matmul xpu
-
由 XiaoguangHu 提交于
* delete paddle.nn.functional.assign * fix dynamic to static error
-