- 16 4月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* add paddle.std api test=develop * update test=develop * fix example code format test=develop
-
- 15 4月, 2020 6 次提交
-
-
由 mapingshuo 提交于
* allow amp and recompute working together
-
由 Double_V 提交于
API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794) * error message enchanced, test=develop * error message enchanced for APIs, test=develop * error message enhanced for roi_pool, test=develop * update added code, test=develop * update fluid/input.py, test=develop * update fluid/input.py ,test=develop * fix code style, test=develop * fix lower converage, test=develop * error message enhanced for roi pool, test=develop
-
由 zhupengyang 提交于
-
由 gfwm0502 提交于
As the title.
-
由 Qinghe JING 提交于
* fix bug in reduce op test=develop * fix bug in reduce op test=develop
-
由 liu zhengxi 提交于
* error message enhancement create_parameter create_global_var, test=develop * use six.PY2 to use long, test=develop * fix input dtype for create_parameter, test=develop
-
- 14 4月, 2020 17 次提交
-
-
由 zhongpu 提交于
-
由 wangguanzhong 提交于
* enhance the error message of box_coder, test=develop * enhance error message in box_decoder_and_assign * enhance error message of collect_fpn_proposals * enhance errror message of distribute_fpn_proposals * enhance error message of multiclass_nms, test=develop
-
由 xiaoting 提交于
* add nn.interpolate, test=develop * fix interpolate typo, test=develop * formate code, test=develop * fix unitest, test=develop * add test layers, test=develop * add test layers, test=develop * extract common function, test=develop * reduce the threads for cuda10, test=develop * update unitest, test=develop * polish unitest, test=develop * add dygraph test, test=develop * format description, test=develop * add 5D input check, test=develop * fix doc, test=develop
-
由 songyouwei 提交于
test=develop
-
由 Liufang Sang 提交于
* enhance error message test=develop * enhance error message test=develop * change to INOUT_CHECK test=develop
-
由 Xing Wu 提交于
* add cudnn compatiable rnn cell api for dygraph * update sample code * update some typos * fix specify name in param_attr problem * add pre-commit check * remove duplicate import, test=develop * add unittest coverage, test=develop * make code more tight, test=develop * cudnn_compatibale -> use_cudnn_impl, test=develop * change api name, test=develop
-
由 yaoxuefeng 提交于
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 wawltor 提交于
Fix the scale fp16 dtype support for scale op, and delete the test case for fp16 case
-
由 Yang Zhang 提交于
* `l1_norm` error message enhancement test=develop * `norm` error message enhancement test=develop * `squared_l2_norm` error message enhancement test=develop * `squared_l2_distance` error message enhancement test=develop * `conv_shift_op` error message enhancement test=develop * `sample_logits_op` error message enhancement test=develop * Fix format test=develop * use `PADDLE_ENFORCE_EQ` for '||' conditional test=develop * Fix string format test=develop * Add test for `sample_logits` test=develop * Add error message test=develop * Use ordered dict for outputs test=develop * Hard code fetch list so that order is deterministic test=develop * Fix license header year test=develop
-
由 123malin 提交于
-
由 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
-
由 Bai Yifan 提交于
* enhance error message, test=develop
-
由 kinghuin 提交于
* optimize compare and logical ops error info * add out and cond dtype test
-
由 Zeng Jinle 提交于
* correct reader device index, test=develop * fix async executor scope var initialization, test=develop
-
由 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 9 次提交
-
-
由 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
-
由 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 提交于
-
- 12 4月, 2020 7 次提交
-
-
由 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++)
-
由 wawltor 提交于
Those ops include,scale, sum, sums,unique_with_counts,unique, wherre, add error message and test case
-
由 wawltor 提交于
Add the error raise for those cases aassign isfinite linspace ones_like zeros_like zeros ones
-