- 25 7月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Fix jit.save error when save params combined * Change dict_value to list
-
- 22 7月, 2022 8 次提交
-
-
由 zhouweiwei2014 提交于
-
由 Haohongxiang 提交于
-
由 freeliuzc 提交于
* move inverse from fluid to phi with unitest bug * fix bug, add eager op yaml
-
由 QingshuChen 提交于
*test=kunlun
-
由 Aganlengzi 提交于
* [CustomDevice] register Copy for custom device * [CustomDevice] register Copy for custom device * [CustomDevice] register Copy for custom device * merge and add uts * merge and add uts * fix for blocking and unittests coverage
-
由 zhoutianzi666 提交于
-
由 fwenguang 提交于
-
由 cifar10 提交于
-
- 21 7月, 2022 12 次提交
-
-
由 xiongkun 提交于
* fix the outputs of net is x,x * add unittest for duplicate output * fix * fix _infer_program use the original program not the amp program. * get _***program_id back and avoid duplicate cache ing * fix
-
由 Hui Zhang 提交于
* add property.proto, can compiled * property get and deserilize * support get float * format code * format code * add unittest * add more set method * fix grammar error * Update paddle/fluid/jit/property.h Co-authored-by: NAurelius84 <zhangliujie@baidu.com> * Update paddle/fluid/jit/property.cc Co-authored-by: NAurelius84 <zhangliujie@baidu.com> * Update paddle/fluid/jit/property.cc Co-authored-by: NAurelius84 <zhangliujie@baidu.com> * Update paddle/fluid/jit/property.cc Co-authored-by: NAurelius84 <zhangliujie@baidu.com> * fix comment * fix error throw * fix property save unit test * fix error info * fix copyright and header import * reorder jit property tensor datatype Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
-
由 zhoutianzi666 提交于
* fix_fill_constant * fix_fill_constant * fix_ernie
-
由 wanghuancoder 提交于
* bilinear_tensor_product yaml
-
由 zhouweiwei2014 提交于
-
由 Li Min 提交于
* Replace with dygraph op calling method.
-
由 Aurelius84 提交于
* [Dy2Sta]Fix Segment Fault while training multi-card if params have no grad * fix unittest
-
由 zhaocaibei123 提交于
* add slot attr for push sparse op * add pybind * remove fleet * add unittest * fix
-
由 ykkk2333 提交于
* add xpu pnorm op and fix pool op, *test=kunlun * add adaptive pool, and softmax with cross entropy supports different axis, *test=kunlun
-
由 YuanRisheng 提交于
* fix bugs of random * fix unittest error * fix unittest bugs
-
由 ccrrong 提交于
* add temporal_shift yaml and unittest
-
由 zhaoyingli 提交于
* fix unittest * fix log_dir * _enable_legacy_dygraph
-
- 20 7月, 2022 11 次提交
-
-
由 lyq 提交于
-
由 fuyou765 提交于
-
由 Zhong Hui 提交于
* move diag_embed to phi.
-
由 zhouweiwei2014 提交于
* [Phi] migrate exponential kernel to phi * fix comment * fix CI
-
由 lyq 提交于
-
由 danleifeng 提交于
* add adam/sharedadam optimzier for gpups;edit optimizer struct;test=develop
-
由 yaozhixin 提交于
-
由 houj04 提交于
* device_guard support xpu. test=kunlun * sum op of xpu support LoDTensorArray. add test for while op of xpu. test=kunlun.
-
由 zmxdream 提交于
* fix FleetWrapper initialize
-
由 Weilong Wu 提交于
* migrate as_complex kernel to phi * support as_complex and as_real in phi * rm GetExpectedKernelType for AsRealOp
-
由 Ruibiao Chen 提交于
* Add dependency for read op in standalone executor * Fix CI errors * Add UT * add_dependency -> dependency_utils * Fix CI errors
-
- 19 7月, 2022 8 次提交
-
-
由 WangZhen 提交于
* Move angle op to phi * Replace mutable_data using Alloc * Remove some include * Try to fix windows ci error * include math.h to fix windows ci error * Fix kernel name * Move angle_grad infershape
-
由 freeliuzc 提交于
* move eig operator from fluid to phi * add eig_grad unitest, upgrade IsComplexType() from fluid to phi
-
由 jakpiase 提交于
* Piotrek's changes for pad3d * my changes * first version of pad3d, single copy, unnecessary reads * optimized pad3d kernel * test upadte * removed magic numbers * added support for pad2d * reverted two files * reverted one old change * added support for Paddings tensor * CI fix * CI fix * fixed timeout of tests * fixed typo * changes to GetKernelTypeForVar * Revert "changes to GetKernelTypeForVar" This reverts commit 469106115c49682b25038a666fd71bd4a10fb66b. * added AsExtra() to pad2d Co-authored-by: NPiotr Paturej <piotr.paturej@intel.com>
-
由 JYChen 提交于
* add generate_proposals into paddle.vision * remove class api * im_info -> img_size * change fluid impl to current version
-
由 YUNSHEN XIE 提交于
* add labels for infer ut * add RUN_TYPE=INFER for cpp ut * fix formaterror * update
-
由 Weilong Wu 提交于
* migrate solve kernel to phi * re useless header file, fix a bug in grad_kernel_impl * add header file in need * add yaml for solve op * fix solve_sig.cc ArgumentMapping and update tests case * disable legacy dygraph check in op_test * rm solve_op.cc / solve_sig.cc and migrate yaml config * Update op_test.py disable legacy dygraph check when check_eager is True
-
由 zhoutianzi666 提交于
* shape sum * add shape, sum trt layer
-
由 JYChen 提交于
* add distribute_fpn_proposals * change to new dygraph * fix doc and example code * change fluid impl to current version
-