- 20 4月, 2020 7 次提交
-
-
由 kinghuin 提交于
optimize compare and logical ops error info, add test case for this ops, add some test case for those ops
-
由 guofei 提交于
cherry-pick #23645
-
由 Yiqun Liu 提交于
[Cherry-pick 2.0] Error message enhancement of conv2d_fusion and bugfix related to control nodes detecttion in fusion_group (#23985) * Op(conv2d_fusion) error message enhancement. (#23596) * Fix the error misjudgment when there are control nodes in graph. (#23943)
-
由 liuwei1031 提交于
-
由 Zhong Hui 提交于
* OP error message enhancement of l2_normalize, matmul, mean, etc
-
由 liym27 提交于
* [Cherry-pick][dy2static]Support recursive call (#23900) * Support recursive call. * Remove Redundant decorator to pass the Py35 unittest temporarily. * [Cherry-pick]Fix bug in convert_call because difference exists between python3 and python2. (#23966 )
-
由 mapingshuo 提交于
* allow amp and recompute working together
-
- 19 4月, 2020 4 次提交
-
-
由 zhupengyang 提交于
-
由 cc 提交于
Weight quantization support channel_wise_abs_max method to achieve higher accuracy (#23629) (#23937) * Weight quantization support channel_wise_abs_max method to achieve higher accuracy
-
由 Huihuang Zheng 提交于
[Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958) (#23963) Cherry pick of 23958
-
由 Huihuang Zheng 提交于
1. Rename Dygraph To Static Decorators to declarative 2. dygraph_to_static_func is still using in some training tests, I cannot delete it now. 3. Add some API docs
-
- 18 4月, 2020 2 次提交
-
-
由 liym27 提交于
-
由 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 8 次提交
-
-
由 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
-
由 Pei Yang 提交于
-
由 xiaogang 提交于
* enhance attention_lstm and param_attr error message
-
由 suytingwan 提交于
* test=develop fix api doc error
-
由 songyouwei 提交于
test=release/2.0
-
由 Pei Yang 提交于
-
- 16 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 15 4月, 2020 10 次提交
-
-
由 Chengmo 提交于
* Fix judge pslib transpiler cherry-pick (#23720)
-
由 zhongpu 提交于
-
由 Zhong Hui 提交于
fix compile problem on windows and some invalid argument check, cherry pick from #23831, test=release/2.0 (#23870) Fix the compile problem on windows, cherry-pick from develop branch
-
由 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 提交于
-
由 Yi Liu 提交于
eagerly release cuda resources before cuda enviroment destroying test=develop
-
由 wawltor 提交于
Fix the support the float16 of scale op, add delete the raise case for fp16
-
由 Chen Weihang 提交于
-
由 Bai Yifan 提交于
-
由 Zeng Jinle 提交于
-
- 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 4 次提交
-
-
由 iducn 提交于
-
由 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>
-
由 myq406450149 提交于
* lod_tensor_to_array error message enhance. test=develop
-