- 26 4月, 2021 6 次提交
-
-
由 xiemoyuan 提交于
* Modified the return value of tensor.grad from numpy as tensor. * Modify unittests. * fixed bugs. * Add warning info for x.grad * fixed unittests which used x.grad * fixed bug.
-
由 Leo Chen 提交于
* change prepend to append * fix ut * add testcase * fix ut * fix test_custom_relu_model
-
由 ShenLiang 提交于
* fix model parallel * rm parallel_help.py * add embedding
-
由 WeiXin 提交于
* support backward return None. * edit unittest. * edit code according to CI * Improve error information
-
由 Leo Chen 提交于
* skip op has no fp16 kernel * add ut
-
由 Huihuang Zheng 提交于
paddle.to_tensor will be translated to paddle.assign in Dy2stat, however paddle.assign doesn't support int, float, bool. This PR added the supports.
-
- 25 4月, 2021 13 次提交
-
-
由 lilong12 提交于
* add pp dygraph, test=develop
-
由 JZ-LIANG 提交于
* Dygraph reocmpute * unitest for Dygraph reocmpute * dy recompute remove unitest for win and mac
-
由 liym27 提交于
-
由 liym27 提交于
-
由 WeiXin 提交于
* support save/load binary format tensor * Fix error when create cudaplace * Fix error when create cudaplace * Fix error when create cudaplace * get devive context from pool. * move define of 'SerializeToStream' and 'DeserializeFromStream' to 'lod_tensor.cc' and 'selected_rows.cc'. * support complex object * improve coverage. * improve coverage * improve coverage. * fix a bug. * polish API * save/load program * paddle.save/load: layer * deal with conflict * if PY2, block test_paddle_save_load.TestSaveLoadLayer * polish code. * polish code * edit unnittest * The condition for object to be identified as state_dict becomes strict * use 'core._cuda_synchronize'
-
由 minghaoBD 提交于
-
由 ShenLiang 提交于
* add pipeline layer
-
由 lilong12 提交于
* update
-
由 wawltor 提交于
* fix bug: when x.dim < y.dim, the result of compare_op is inverse to expected result * support the cuda for fix the compare broadcast bug
-
由 Shang Zhizhou 提交于
* fix tc trt shape * fix fc dynamic shape * add fc shape assert * update
-
由 pangyoki 提交于
* let paddle.utils.install_check support CPU package with GPU device * use use_cuda in dygraph checking * add unittest for install_check
-
由 Leo Chen 提交于
-
由 WeiXin 提交于
-
- 24 4月, 2021 2 次提交
-
-
由 Huihuang Zheng 提交于
Reduce max iter size to fix windows openblas test_yolov3 random failure. Decrease batch size to fix pe related unittest random failure.
-
由 zhiboniu 提交于
-
- 23 4月, 2021 6 次提交
-
-
由 lilong12 提交于
* add c_identity op, test=develop
-
由 Leo Chen 提交于
* refactor_check_finite_and_scale_npu_kernel * fix compile * add alloc_float_status op * add alloc_float_status op * add FloatStatus for check_finite_and_unscale * refine code * remove unneccessary logic * refine for fleet
-
由 lilong12 提交于
* add c_concat op
-
由 shanliang1992 提交于
-
由 ShenLiang 提交于
-
由 Kqnonrime 提交于
* fix two error message * fix two error message * fix error * fix error * fix error * fix error * fix some error message * fix some error * fix error * fix some error * fix some error * fix some error * fix one error * fix some error * fix seven error message * fix error * fix error * fix error * fix error
-
- 22 4月, 2021 7 次提交
-
-
由 Yang Zhang 提交于
-
由 wuyefeilin 提交于
support int32 and int64 kernel for clip operator
-
由 zhiboniu 提交于
-
由 ShenLiang 提交于
* add clip/check * add amp & clip grad in dygraph * add logging
-
由 Feiyu Chan 提交于
add glu in nn.functional
-
由 WeiXin 提交于
* support save/load binary format tensor * Fix error when create cudaplace * Fix error when create cudaplace * Fix error when create cudaplace * get devive context from pool. * move define of 'SerializeToStream' and 'DeserializeFromStream' to 'lod_tensor.cc' and 'selected_rows.cc'. * improve coverage. * improve coverage. * polish API * deal with conflict * disable save/load large file in unnittest * split unnittest.
-
由 tianshuo78520a 提交于
-
- 21 4月, 2021 5 次提交
-
-
由 Chen Weihang 提交于
* add support for optimizer with varbase input * refine cond * fix failed unittest * add test for coverage
-
由 Yuang Liu 提交于
-
由 liuyuhui 提交于
-
由 jakpiase 提交于
-
由 jakpiase 提交于
-
- 20 4月, 2021 1 次提交
-
-
由 FNRE 提交于
* add paddle.nn.unfold * update Parameters of Unfold
-