- 03 6月, 2020 18 次提交
-
-
由 LielinJiang 提交于
* fix bilinear initializer, test=develop
-
由 Aurelius84 提交于
* add test_bmn_model test=develop * remove random test=develop
-
由 Jacek Czaja 提交于
-
由 wangwin 提交于
-
由 Chen Weihang 提交于
* remove REPLACE_ENFORCE_GLOG compile option & add ci rule prohibit LOG(FATAL) using, test=develop * remove ci test case, test=develop * replace all LOG(FATAL) & polish message, test=develop * fix typo, test=develop * polish error info detail, test=develop
-
由 Chen Weihang 提交于
-
由 xujiaqi01 提交于
* fix logger of FetchHandler,which may print log twice * test=develop
-
由 Michał Gallus 提交于
test=develop
-
由 123malin 提交于
* test=develop, add try_catch for debug
-
由 Michał Gallus 提交于
-
由 Zhang Ting 提交于
* fix negative framework overhead, test=develop * use overhead summary, test=develop
-
由 Chen Weihang 提交于
* support for iter & enumerate varbase, test=develop * revert IsControlFlowVisitor change, test=develop
-
由 liym27 提交于
* Support return variable in only one of if body or else. * remove after_visit in IfElseTransformer. * Modify the result of get_name_ids in test_ifelse_basic.py * Add unittest to test the new case. * Modify code according to reviews.
-
由 Yang Zhang 提交于
test=develop
-
由 liym27 提交于
* Support convert_while_loop. * Comment code that not supported 'if' in test_break_continue. * Convert int into tensor to support 'if' stmt in for/while loop. * Add unittest to test all cases of convert_logical_XX. * Add unittest to test all cases of convert_while_loop. * Fix bug in LogicalOpTransformer. test=develop
-
由 Yanghello 提交于
* add crypto helper for paddle, test=develop * cryptopp.cmake bug fixed, test=develop * remove debug build type, test=develop * fixed CMakeLists for new target, test=develop * fix CI bug, test=develop * add cmake option flag DWITH_CRYPTO, test=develop * add crypto api for python, test=develop * Revert "add crypto api for python, test=develop" This reverts commit 3a1cfa9d. * Revert "Add crypto api (#24694)" This reverts commit 5a7a517c. * Revert "Revert "Add crypto api (#24694)"" This reverts commit f952b19f. * fixed cryptopp cmake building error, test=develop * change WITH_CRYPTO building option to OFF, test=develop * âfixed cipher test failed, test=develop * "add crypto api for python, test=develop" This reverts commit 83fb55c0. * travis CI bug fixed, test=develop * fixed test in python3 * test=develop * fixed unittest, test=develop
-
由 Leo Chen 提交于
* support gradient accumulation of fp16 in imperative mode, test=develop * enhance coverage test, test=develop * follow comments, test=develop
-
由 Wilber 提交于
-
- 02 6月, 2020 7 次提交
-
-
由 Chen Weihang 提交于
* simply C++ error stack once again, test=develop * refactor code remove string pointer and recursive, test=develop
-
由 Qi Li 提交于
* add histc operator, test=develop * update english doc to 2.0 API, test=develop * update API from histc to histogram, test=develop Co-authored-by: Nroot <root@yq01-gpu-255-129-15-00.epc.baidu.com>
-
由 Chen Weihang 提交于
-
由 Qi Li 提交于
-
由 cc 提交于
* Post_training_quantization supports optimize model by fusing, test=develop
-
由 Yi Liu 提交于
Enhance error message of checkpoint_notify_op, fake_init_op gen_nccl_id_op and listen_and_serv_op (#24554) test=develop
-
由 Wojciech Uss 提交于
-
- 01 6月, 2020 9 次提交
-
-
由 Yanghello 提交于
-
由 Adam 提交于
* Add isCached() mechanism for BatchNorm and LRN oneDNN operators test=develop * Formatting fix test=develop
-
由 Huihuang Zheng 提交于
The PR: https://github.com/PaddlePaddle/Paddle/pull/24651 seems causes new random failure of unit test test_parallel_executor_seresnext_base_cpu. The reason is that smaller batch size causes random optimization of neural network. I distinguished cpu/gpu batch size to fix the unittest.
-
由 zhangchunle 提交于
-
由 Wilber 提交于
-
由 Zhou Wei 提交于
-
由 石晓伟 提交于
-
由 silingtong123 提交于
* add SetCommandLineOption * add the print_FLAGS function * remove the test demo * modify the location of macro * add the 'WITH_STATIC_LIB' option on windows * modify the macro of PD_INFER_DECL * modify the the fuction name * modify the unittest * modify the code style
-
由 Zhen Wang 提交于
-
- 28 5月, 2020 6 次提交
-
-
由 Zhou Wei 提交于
-
由 mapingshuo 提交于
replace join to terminate
-
由 Aurelius84 提交于
* support nested input and output test=develop * remove code of convert type(output) in unittest test=develop * add warning test=develop
-
由 Aurelius84 提交于
* Add IsRuntime judgement in GRUUnit test=develop * add IsRuntime judgement is GradOp test=develop * Refine Error Message of SelecteInput/Output test=develop * refine Error Message of RNNMemoryHelperOp test=develop
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
-