- 18 4月, 2020 1 次提交
-
-
由 liym27 提交于
* [Cherry-pick Release/2.0] remove redundant visit func, test=develop (#23877) * [Cherry-pick Release/2.0] [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923) * Move BasicApiTransformer to a separate file. test=develop * Fix a bug: A api in module is not a real dygraph api in dygraph_to_static. test=develop Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 17 4月, 2020 6 次提交
-
-
由 Zhou Wei 提交于
* Avoid logging.info be printed many times in dygraph_mode,test=develop * Avoid logging.info be printed many times in dygraph_mode,test=develop
-
由 chenhaoze 提交于
* OP clip, merge_lod_tensor, convert/elementwise error message enhancement. test=develop
-
由 Bai Yifan 提交于
* add addcmul, test=release/2.0
-
由 xiaogang 提交于
* enhance attention_lstm and param_attr error message
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 songyouwei 提交于
test=release/2.0
-
- 16 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 15 4月, 2020 7 次提交
-
-
由 Chengmo 提交于
* Fix judge pslib transpiler cherry-pick (#23720)
-
由 zhongpu 提交于
-
由 FlyingQianMM 提交于
[cherry pick] fix sample code diff for OP(retinanet_detection_output, retinanet_target_assign), fix default value for OP(sigmoid_focal_loss) (#23744). test=release/2.0-beta (#23858)
-
由 liuwei1031 提交于
-
由 wawltor 提交于
Fix the support the float16 of scale op, add delete the raise case for fp16
-
由 Chen Weihang 提交于
-
由 Bai Yifan 提交于
-
- 14 4月, 2020 4 次提交
-
-
由 Feiyu Chan 提交于
* add approximation for gelu, test=develop * add functional conv * add test and doc for function convs, test=develop * update ConvTransposeOp's InferShape and error message, test=develop * add hsigmoid, row_conv in paddle.nn(functional and layer), test=develop * fix hyperlinks in docstring
-
由 Zeng Jinle 提交于
* correct reader device index, test=develop * fix async executor scope var initialization, test=release/2.0
-
由 Yibing Liu 提交于
* Add variance computing layer for tensor * Format input data types * Remove unnecessary expand operation * Some fixes in doc
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 13 4月, 2020 14 次提交
-
-
由 myq406450149 提交于
* lod_tensor_to_array error message enhance. test=develop
-
由 joanna.wozna.intel 提交于
-
由 Chen Weihang 提交于
* api compild program error polish, test=develop * fix coverage problem, test=develop * fix details & add unittests, test=develop * add test for coverage, test=develop
-
由 guofei 提交于
* Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * aAdd new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop * Add new API : randn test=develop
-
由 wawltor 提交于
In those ops, some api has execute run error, fix those op, and format some sample code.
-
由 mamingjie-China 提交于
raw doc: bool, float15, float32, float64, int8, int32, int64, uint8. new doc: bool, float16, float32, float64, int8, int32, int64, uint8.
-
由 liym27 提交于
* Add the support of bool list for assign value, test=develop * Fix the assign op test case for bool dtype, test=develop * Revert to usage of 'assign' in test_transformer. test=develop Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
-
由 wawltor 提交于
* Add the support of bool list for assign value, test=develop * Fix the assign op test case for bool dtype, test=develop
-
由 Zhong Hui 提交于
* Add new norm api, support frobenius norm and p-order vector norm. test==develop * combine test files, add more attr checks. test=develop
-
由 xujiaqi01 提交于
* add unit accessor in fleet, support DownpourUnitAccessor * test=develop
-
由 mapingshuo 提交于
* add cuda kernel for seed, test=develop
-
由 xiaoting 提交于
* polish error message, test=develop
-
由 GaoWei8 提交于
-
由 Yuan Shuai 提交于
* error message enhance for clip_by_norm. test=develop * fix clip_by_norm. test=develop * fix clip error message. test=develop
-
- 12 4月, 2020 7 次提交
-
-
由 zhongpu 提交于
-
由 zhongpu 提交于
* fix if logic in dygraph, test=develop * fix bug, test=develop
-
由 LielinJiang 提交于
* enhance error msg. test=develop * print invalid argment * update comment, test=develop * fix enforce not meet specification * fix enforce not meet specification, test=develop
-
由 Yiqun Liu 提交于
-
由 Steffy-zxf 提交于
1. update error info of the ops (abs, acos, asin, atan, ceil, cos, exp, floor, log, pow, reciprocal, round, rsqrt, sin, sqrt, square, tanh) 2. add the unittests of the above refered ops (test error info)
-
由 mamingjie-China 提交于
API(has_inf, has_nan, cumsum, fsp_matrix, increment) error message enhancement, test=develop (#23769) * API(argsort, argmax, argmin, cast, diag) add error message,and the same time add the test cases for those apis.
-
由 Huihuang Zheng 提交于
This PR enhances error messages of several API/OPs: ParallelExecutor (python && C++) Executor (python && C++) StaticRNN (python) IfElse (python) cond (python) split_lod_tensor (python && C++)
-