- 14 4月, 2020 9 次提交
-
-
由 yaoxuefeng 提交于
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 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 提交于
-
由 xiaogang 提交于
* enhance attention_lstm and param_attr error message * fix: fix param_attr type check
-
由 Bai Yifan 提交于
* enhance error message, test=develop
-
由 kinghuin 提交于
* optimize compare and logical ops error info * add out and cond dtype test
-
由 Pei Yang 提交于
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 13 4月, 2020 8 次提交
-
-
由 LutaoChu 提交于
Those ops add the kernel message enhancement, as follows paddle.fluid.layers.elementwise_add paddle.fluid.layers.elementwise_div paddle.fluid.layers.elementwise_floordiv paddle.fluid.layers.elementwise_max paddle.fluid.layers.elementwise_min paddle.fluid.layers.elementwise_mod paddle.fluid.layers.elementwise_mul paddle.fluid.layers.elementwise_pow paddle.fluid.layers.elementwise_sub
-
由 Kaipeng Deng 提交于
* Fix elementwise compile error, test=develop * split inplace_abn & batch_norm InferShape. test=develop * fix type. test=develop * fix message. test=develop * fix ENFORCE. test=develop Co-authored-by: Nzhaoyuchen <zhaoyuchen01@baidu.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
-
由 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 16 次提交
-
-
由 zhongpu 提交于
-
由 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
-
由 Kaipeng Deng 提交于
* update NotFound -> OP_INOUT_CHECK: grid_sampler, kldiv_loss, spectral_norm, temporal_shift. 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
-
由 wangchaochaohu 提交于
-
由 ceci3 提交于
* fix bce_loss,test=develop
-
由 ceci3 提交于
* error enhance,test=develop * update,test=develop * update type, test=develop * replace inout_check, test=develop
-
由 zhupengyang 提交于
Ops(relu6/selu/soft_relu/softshrink/stanh/swish/thresholded_relu/hard_shrink/hard_sigmoid/hard_swish/hsigmoid/maxout) error message enhancement (#23718)
-
由 Chen Weihang 提交于
* op save/load_combine error msg polish, test=develop * fix detail error, test=develop
-
由 liuwei1031 提交于
-
由 mamingjie-China 提交于
* API(argsort, argmax, argmin, cast, diag) error message enhancement, test=develop
-
- 11 4月, 2020 6 次提交
-
-
由 FlyingQianMM 提交于
OP(retinanet_detection_output, retinanet_target_assign, sigmoid_focal_loss, deformable_roi_pooling) error message enhancement. test=develop (#23726)
-
由 FDInSky 提交于
* test=develop modify some op for dyg rcnn
-
由 ceci3 提交于
* add bce_loss * fix mistake * replace paddle_enforce,test=develop * fix,test=develop * update,test=develop * remove duplicate,test=develop * update,test=develop * update error,test=develop * update,test=develop * fix unittest, test=develop * update, test=develop
-
由 Zhang Ting 提交于
-
由 Michał Gallus 提交于
* Initial FP32 DNNL MatMul Implementation * Implement int8 DNNL MatMul * Unify in-kernel-naming, clean UTs * MatmuL: Introduce op caching * Final adjustments test=develop * Remove dy_graph disablement test=develop * Change dnnl header name to new one test=develop * Contrain multi head check to prevent fails test=develop * Resolve dnnl header problems on MAC CI * Variable namings to kernel and skip_grad_ci added test=develop * Prevent MAC CI from failing * Prevent windows build from failing test=develop * Modify UTs to conform to the rules * Modify MatMul aux functions namings test=develop
-
由 liuwei1031 提交于
* imporve error messages for conv, conv_transpose, cos_sim, group_norm
-
- 10 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-