- 28 12月, 2020 6 次提交
-
-
由 QingshuChen 提交于
-
由 XiaoguangHu 提交于
* rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py * Revert "rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py" This reverts commit 179ba8c2b22bc31fe8d8a126e31820792cbd0f4e. * delete paddle.metric.chunk_eval and paddle.metric.mean_iou * delete paddle.nn.clip and paddle.nn.clip_by_norm * delete paddle.nn.functional.activation.hard_sigmoid and paddle.nn.functional.activation.hard_swish * delete paddle.nn.Pool2D, paddle.nn.BilinearTensorProduct, paddle.nn.RowConv, paddle.nn.functional.row_conv * fix extension import error * fix unittest for row_conv and Pool2D
-
由 liym27 提交于
[Windows CI test] Enable unittest test_optimizer_in_control_flow and remove unnecessay code (#29851)
-
由 Wilber 提交于
* Support MIPS arch.
-
由 littletomatodonkey 提交于
-
由 Leo Chen 提交于
-
- 26 12月, 2020 1 次提交
-
-
由 liuyuhui 提交于
-
- 25 12月, 2020 9 次提交
-
-
由 LielinJiang 提交于
* fix conv_transpose bug when padding=same
-
由 LielinJiang 提交于
* split callback unittest * rm test_callback from timeout list
-
由 lilong12 提交于
* update, test=develop
-
由 YUNSHEN XIE 提交于
-
由 Chen Weihang 提交于
* try to add fwd op input dtypes * refactor base impl * return tmp_ins after dygraph prepare data * fix typo found in debug * polish comment & add complex net test * revert detail change * fix unittest failed * add complex kernel condition control * fix xpu test failed & polish comment * polish details by review comments
-
由 Chen Weihang 提交于
* add support for complex grad accumulated * add unittest for coverage * update test dtype * remove useless blank line
-
由 guofei 提交于
* Fix Windows unittest of test_fetch_lod_tensor_array
-
由 Leo Chen 提交于
-
由 QingshuChen 提交于
* feat: support check_nan_inf for kunlun device * support kunlun stack * minor
-
- 24 12月, 2020 6 次提交
-
-
由 wawltor 提交于
-
由 wanghuancoder 提交于
* reopen python coverage --include for test, test=develop * if no .py file modified, not use coverage run, test=develop * remove test code, test=develop * add WITH_INCREMENTAL_COVERAGE, test=develop * refine if else, test=develop
-
由 tangwei12 提交于
* oneps (3/4) Co-authored-by: NMrChengmo <cmchengmo@163.com> Co-authored-by: Nmalin10 <malin10@baidu.com> Co-authored-by: Nchengmo <chengmo@baidu.com>
-
由 jakpiase 提交于
-
由 Chen Weihang 提交于
-
- 23 12月, 2020 5 次提交
-
-
由 lidanqing 提交于
-
由 liym27 提交于
1. Type of index: int, slice(step must be 1). 2. Type of value: (1) int32, int64, float32, bool; (2) numpy.array(int32, int64, float32, bool);<Note: float64 is not supported> (3) paddle.Tensor(int32, int64, float32, float64, bool);
-
由 YUNSHEN XIE 提交于
* remove duplicate ut reload * remove duplicate ut define in cmakelist
-
由 Thunderbrook 提交于
* add heter box * add trainer, worker, wrapper... * format * for ci * format * remove boost get * boost & copyright * rename * rename * format * format * format Co-authored-by: Nyaoxuefeng6 <yaoxuefeng@baidu.com>
-
由 LielinJiang 提交于
* update condition of logger print
-
- 22 12月, 2020 12 次提交
-
-
由 ceci3 提交于
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number * delete no need to calculate inputs in dygraph op_test * delete no need to calculate inputs in dygraph op_test * modify grad of mul for complex types * fix the grads of inputs args order not match bug
-
由 chentianyu03 提交于
* change the grad of div when complex types * fix the grads of inputs args order not match bug
-
由 syyxsxx 提交于
fix api link for the any, all, isfinite
-
由 Guo Sheng 提交于
test=develop
-
由 TTerror 提交于
* add nearest_interp_v2 on kunlun * add nearest_interp_v2 on kunlun
-
由 yukavio 提交于
-
由 whs 提交于
-
由 cc 提交于
-
由 xiaoting 提交于
-
由 LielinJiang 提交于
-
由 ShenLiang 提交于
* fix fleet for multi-stream * fix memcpy for ncclid * use sync to solve move operation
-
- 21 12月, 2020 1 次提交
-
-
由 huangxu96 提交于
* merge amp related function in Momentum from paddle.fluid.contrib.optimizer into paddle.optimizer. * Add unittest for 2.0 Momentum API. * fix some bugs in weight_decay.
-