- 22 10月, 2020 5 次提交
-
-
由 cnn 提交于
* reduce trt warning message (#28011) add paddle.enable_static() on sample code alias recude_all-->all, reduce_any-->any add import reduce_all and reduce_any in python/paddle/tensor/math.py import all and any in python/paddle/tensor/__init__.py remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py fix import error remove TestAllAPI temporary * fix doc of recdue_all and reduce_any, test=document_fix * fix typo * fix unittest for all and any API Co-authored-by: NPei Yang <peiyang@baidu.com>
-
由 Zhou Wei 提交于
-
由 LielinJiang 提交于
* update hapi predict interface
-
由 cnn 提交于
-
由 cnn 提交于
* rename count_include_pad-->exclusive return_indices-->return_mask * remove track_running_stats * fix typo. * rename xxxd-->xxxxD * solve conflicts
-
- 21 10月, 2020 12 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
由 swtkiwi 提交于
-
由 danleifeng 提交于
-
由 Wilber 提交于
-
由 lidanqing 提交于
-
由 wangguanzhong 提交于
* fix generate_proposal_labels in cascade-rcnn series model, test=develop * fix example code & unittest, test=develop * update code from review comments, test=develop
-
由 wangguanzhong 提交于
-
由 liu zhengxi 提交于
-
由 李灿 提交于
-
由 Zhou Wei 提交于
-
由 WangXi 提交于
【paddle.fleet】fleet add _get_applied_meta_list and _get_applied_graph_list, test=develop (#27952) (#28053)
-
由 Double_V 提交于
* add rois_num params for roi_align_xpu op, test=kunlun * fix xpu roi_align_op warning,test=kunlun
-
- 20 10月, 2020 11 次提交
-
-
由 LielinJiang 提交于
-
由 tianshuo78520a 提交于
-
由 李灿 提交于
-
由 danleifeng 提交于
-
由 LielinJiang 提交于
-
由 yinhaofeng 提交于
* lookup_table_v2_op_xpu report errors;test=kunlun * lookup_table_v2_op_xpu report errors;test=kunlun
-
由 yinhaofeng 提交于
* xpu adam op (#28031) * lookup_table_xpu op report errors;test=kunlun * add adam xpu op;test=kunlun * reset lookup * change adam wrong;test=kunlun * add adam xpu op;test=kunlun
-
由 Double_V 提交于
-
由 lilong12 提交于
* build gloo from source code , test=develop
-
由 Kaipeng Deng 提交于
* hapi/model step learning rate on batch end. test=develop
-
由 TeslaZhao 提交于
-
- 19 10月, 2020 12 次提交
-
-
由 lilong12 提交于
* add doc, test=document_fix
-
由 Chengmo 提交于
* fix error message,test=kunlun * fix, test=kunlun
-
由 liuyuhui 提交于
* transfer from paddle.fluid.layers.assign() into creation.py,test=develop * fix ut fail,add support for paddle.assign,test=develop * fix,test=develop * fix UT coverage,test=coverage * fix UT fail,test=coverage * fix doc,test=develop
-
由 huangxu96 提交于
* Fixed allclose_op bug, which cannot deal with some cases of fp64 inputs. * improved CUDA kernel performance. * Fixed a bug in cuda kernel which cannot deal with large dimension input, and added an unit test for it. * Add a test case for float32 input.
-
由 xiaoting 提交于
-
由 Double_V 提交于
* add stack pool2d roi_align xpu op,test=kunlun * error message opt, test=kunlun * add xpu unittest,test=kunlun * skip check grad,test=kunlun * fix boostget , test=kunlun * error message opt for XPU, test=kunlun
-
由 Pei Yang 提交于
-
由 lilong12 提交于
* update, test=develop
-
由 pangyoki 提交于
* Add truncated_gaussian_random_op XPU kernel * Add truncated_gaussian_random_op XPU kernel, test=kunlun * little change, test=kunlun * change boost_get to BOOST_GET_CONST * change boost_get to BOOST_GET_CONST, test=kunlun * little change, test=kunlun * use Generator to generate random number and optimize format, test=kunlun * little change, test=kunlun * add TODO, test=kunlun
-
由 pangyoki 提交于
* Add gaussian_random XPU kernels * commit kunlun, test=kunlun * new version, test=kunlun * change boost_get to BOOST_GET_CONST, test=kunlun * use Generator to generate random number and optimize format, test=kunlun * add TODO, test=kunlun
-
由 pangyoki 提交于
* support uniform_random op on Baidu Kunlun * change dtype of attr shape from int to int64_t * kunlun ci, test=kunlun * new version, test=kunlun * change boost_get to BOOST_GET_CONST * change boost_get to BOOST_GET_CONST, test=kunlun * use Generator to generate random number and optimize format * run Kunlun CI, test=kunlun * add TODO, test=kunlun
-
由 pangyoki 提交于
* fix multinomial doc * fix multinomial error message * little doc change * fix Categorical class doc * optimize format of error message * fix CPU Kernel error message format * fix isinf and isnan error in WindowsOPENBLAS CI * delete inf and nan * add manual_seed in sample code * little error message change * change error message to InvalidArgument * add full point for error message and add manual_seed in CPU environment
-