- 11 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* fix rnn check_type list error * tigger ci, test=develop * update modify, test=develop
-
- 08 5月, 2020 2 次提交
-
-
由 Huihuang Zheng 提交于
1. To make ProgramTranslator to support `assert` grammar, this PR adds `assert` python API and C++ code. 2. Fix a bug: graph_pattern_detector.h #include <gtest/gtest_prod.h> but didn't declared dependency at CMakeLists, which can cause single build failure. 3. Refactoring `Formatter` in print_op to make it reusable and reuse the formatter to print in assert op.
-
由 guofei 提交于
目前在while_loop的执行过程中,loop_vars中的变量在每次的循环中都会进行拷贝,但是LoDTensorArray类型的变量在while循环体中已经完成了读/写的操作,即完成了更新,此时在进行拷贝属于冗余的操作,故该PR跳过每次循环中loop_vars中LoDTensorArray类型的变量的复制过程。 在PaddleCV/ocr_recognition/atention模型的预测过程中进行性能测试: |性能|with this PR|without this PR|提升| |---|---|---|---| |速度|4957.4ms|4978.47ms|0.4%|
-
- 07 5月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enhancement, test=develop * add unittest for glu, test=develop
-
- 06 5月, 2020 2 次提交
-
-
由 liym27 提交于
* Replace dygraph_to_static_func with @declarative or program_translator.get_func in test_list.py * Add comments in ConditionalBlock. * Support list pop last item. * Support pop the i-th item. * Support an empty tensor array as Input in assign op and set the kernel type is float.
-
由 Xing Wu 提交于
* 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>
-
- 01 5月, 2020 1 次提交
-
-
由 Yi Liu 提交于
test=develop
-
- 30 4月, 2020 1 次提交
-
-
由 Li Fuchen 提交于
* 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
-
- 29 4月, 2020 2 次提交
-
-
由 Leo Chen 提交于
-
由 myq406450149 提交于
* add unbind pyhon api. test=develp
-
- 28 4月, 2020 3 次提交
- 27 4月, 2020 3 次提交
-
-
由 Guo Sheng 提交于
-
由 Chen Weihang 提交于
* add print transformer & unify print format, test=develop * remove using of dygraph_to_static_func, test=develop * remove python stdout capture, test=develop * fix compatibility problems for PY2, test=develop * fix detail error, test=develop * fix type analysis bug, test=develop * fix print tuple compatible error in PY2, test=develop * replace get_func to declarative, test=develop * fix detail bug, test=develop * fix some detail problems, test=develop * change visit_call in print transformer, test=develop
-
由 Kaipeng Deng 提交于
-
- 26 4月, 2020 3 次提交
-
-
由 Zhang Ting 提交于
-
由 hong 提交于
-
由 HappyAngel 提交于
python API(get_tensor_from_selected_rows and tensor_array_to_tensor)error message enhance, test=develop (#23636)
-
- 25 4月, 2020 1 次提交
-
-
由 Zhong Hui 提交于
fix the bug in inferVartype in the uniform_random op, add the support the set of dtype
-
- 24 4月, 2020 1 次提交
-
-
由 lijianshe02 提交于
* API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, log_loss) error message enhancement test=develop
-
- 23 4月, 2020 1 次提交
-
-
由 0YuanZhang0 提交于
* test=develop
-
- 22 4月, 2020 2 次提交
-
-
由 Guo Sheng 提交于
Add tracks_own_finished to Decoder to avoid mismanagement of the finished state in dynamic_decode. (#23664) test=develop
-
由 Guo Sheng 提交于
* Make layers.reshape/expand/slice in dygraph support var inputs. Make transpose support size 0. test=develop * Update layers.expand and layers.slice to support var inputs. test=develop
-
- 21 4月, 2020 1 次提交
-
-
由 myq406450149 提交于
* lod_rank_table error message enhance. test=develop
-
- 20 4月, 2020 2 次提交
-
-
由 liu zhengxi 提交于
* enhance pad.* error message, test=develop
-
由 gfwm0502 提交于
test=develop test=document_fix
-
- 19 4月, 2020 1 次提交
-
-
由 GaoWei8 提交于
-
- 18 4月, 2020 2 次提交
- 17 4月, 2020 4 次提交
-
-
由 huangjun12 提交于
* enhance error message test=develop * fix CI test of 3 op test=develop * fix bug caused by the diff of long type in py2 and py3, test=develop
-
由 Zhong Hui 提交于
* fix error message of l2_normalize, matmul, mean, etc. * add the test case for those ops
-
由 chenhaoze 提交于
* OP clip, merge_lod_tensor, convert/elementwise error message enhancement. test=develop
-
由 gfwm0502 提交于
As the title
-
- 15 4月, 2020 4 次提交
-
-
由 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
-
由 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 2 次提交
-
-
由 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
-
由 Liufang Sang 提交于
* enhance error message test=develop * enhance error message test=develop * change to INOUT_CHECK test=develop
-