- 13 5月, 2020 2 次提交
-
-
由 mapingshuo 提交于
* fix error log: resahpe, range, reverse.
-
由 0YuanZhang0 提交于
* test=develop * test=develop
-
- 12 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* Fix error info (#23891) * fix error info for rnn related api * passed local test, test=develop * double check the code * double check the code, test=develop * update 'shape' check in RNNCell, test=develop * add long dtype to RNNCell * fix long type in python3 Co-authored-by: NXingWu01 <wuxing@iie.ac.cn> * fix rnn check_type list error (#24346) * fix rnn check_type list error * tigger ci, test=release/1.8 * update modify, test=release/1.8 Co-authored-by: NXingWu01 <wuxing@iie.ac.cn>
-
- 11 5月, 2020 2 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enchancement, test=release/1.8
-
由 Li Fuchen 提交于
OP(warpctc, add_position_encoding, scaled_dot_product_attention) error message enhancement (#24261) (#24372) * enhance add_position_encoding error message, test=develop * enhance warpctc & scaled_dot_product_attention error message, test=develop * modified error message and ctest of scaled_dot_product_attention, test=develop
-
- 28 4月, 2020 4 次提交
-
-
由 FDInSky 提交于
* test=develop fix generate_proposals
-
由 GaoWei8 提交于
-
由 Leo Chen 提交于
* update paddle/tensor, test=develop * update linalg,py, test=develop * update nn/functional, test=develop * delete paddle/tensor/*, test=develop * merge upstream, test=develop * update __init__, test=develop * pass ci, test=develop
-
由 zhongpu 提交于
-
- 27 4月, 2020 5 次提交
-
-
由 Li Fuchen 提交于
-
由 Guo Sheng 提交于
-
由 Pei Yang 提交于
* merge latest. test=develop * move full_like to fluid.layers
-
由 zhongpu 提交于
* copy api from paddle to paddle.fluid, test=develop * fix optest, test=develop
-
由 HappyAngel 提交于
-
- 26 4月, 2020 3 次提交
-
-
由 Feiyu Chan 提交于
* cherrypick: add kron op (#24105) * add kron op and fluid.layers.kron * add paddle.complex.kron
-
由 lijianshe02 提交于
* API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, log_loss) error message enhancement test=develop
-
由 huangjun12 提交于
* Error message enhancement of 6 op, test=release/2.0 * refine huber loss unittests, test=release/2.0
-
- 24 4月, 2020 1 次提交
-
-
由 hong 提交于
* change compare op fore_cpu true to false; test=develop * pick fix warpctc bug in dygrpah mode; test=develop
-
- 22 4月, 2020 2 次提交
-
-
由 myq406450149 提交于
* lod_rank_table error message enhance. test=develop
-
由 GaoWei8 提交于
-
- 21 4月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* cherry-pick OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) test=release/2.0
-
- 20 4月, 2020 5 次提交
-
-
由 liu zhengxi 提交于
* enhance pad.* error message, 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
-
由 123malin 提交于
-
由 kinghuin 提交于
optimize compare and logical ops error info, add test case for this ops, add some test case for those ops
-
由 Zhong Hui 提交于
* OP error message enhancement of l2_normalize, matmul, mean, etc
-
- 17 4月, 2020 1 次提交
-
-
由 chenhaoze 提交于
* OP clip, merge_lod_tensor, convert/elementwise error message enhancement. test=develop
-
- 15 4月, 2020 3 次提交
-
-
由 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)
-
由 wawltor 提交于
Fix the support the float16 of scale op, add delete the raise case for fp16
-
由 Bai Yifan 提交于
-
- 14 4月, 2020 1 次提交
-
-
由 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
-
- 13 4月, 2020 5 次提交
-
-
由 myq406450149 提交于
* lod_tensor_to_array error message enhance. test=develop
-
由 mamingjie-China 提交于
raw doc: bool, float15, float32, float64, int8, int32, int64, uint8. new doc: bool, float16, float32, float64, int8, int32, int64, uint8.
-
由 wawltor 提交于
* Add the support of bool list for assign value, test=develop * Fix the assign op test case for bool dtype, test=develop
-
由 xiaoting 提交于
* polish error message, test=develop
-
由 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 4 次提交
-
-
由 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
-
由 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.
-