- 25 5月, 2020 1 次提交
-
-
由 FDInSky 提交于
* test=develop update interpolate & upsample api
-
- 14 5月, 2020 7 次提交
-
-
由 Cindy Cai 提交于
* test=develop, test=document_fix * test=develop, test=document_fix Co-authored-by: Nswtkiwi <1208425345@qq.com>
-
由 ruri 提交于
* fix error message, test=develop
-
由 chajchaj 提交于
* error message of cross_entropy_op, test=develop * fix bug : can't use platform::errors::InvalidArgument in HOSTDEVICE, test=develop * fix bug: recovery the check_variable_and_dtype for rank_loss and bpr_loss, test=develop
-
由 xujiaqi01 提交于
* fix error check of stack and space_to_depth * test=develop
-
由 swtkiwi 提交于
-
由 Yibing Liu 提交于
* Format error message for ops, test=develop * Fix check in sequence_expand, test=develop
-
由 hutuxian 提交于
-
- 13 5月, 2020 11 次提交
-
-
由 danleifeng 提交于
fix check info for flatten hash is_empty op; test=develop
-
由 liu zhengxi 提交于
* update err msg for dynamic_lstm and dynamic_lstmp, test=develop
-
由 wangchaochaohu 提交于
-
由 qingqing01 提交于
test=develop
-
由 WuHaobo 提交于
-
由 wawltor 提交于
Fix the elementwise_ops axis bug, make elementwise_ops has the same the op function for override ops
-
由 Chen Weihang 提交于
* polish some sl api error message, test=develop * polish python input check of stride slice, test=develop * fix unittest bugs, test=develop
-
由 zhang wenhui 提交于
-
由 Li Fuchen 提交于
* enhance rank_loss error message, test=develop * enhance similarity_focus error message, test=develop * enhance squeeze error message, test=develop
-
由 wangguanzhong 提交于
* add scale_x_y for yolo_box, test=develop * refine eps in iou_similarity, test=develop
-
由 mapingshuo 提交于
* fix error log: resahpe, range, reverse.
-
- 12 5月, 2020 1 次提交
-
-
由 FDInSky 提交于
* test=develop add linear interpolate operator
-
- 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
-