- 22 8月, 2019 5 次提交
-
-
由 chengduo 提交于
* update parallel.py test=develop
-
由 Tao Luo 提交于
* stronger the error message of tensor's mutable_data test=develop * update error message test=develop
-
由 chengduo 提交于
* increase test_parallel_executor_seresnext time limit test=develop * split test_parallel_executor_seresnext test=develop * temporally disable reduce_and_allreduce test because of the random failure. test=develop * split gpu and cpu test=develop
-
由 tianshuo78520a 提交于
-
由 chengduo 提交于
test=develop
-
- 21 8月, 2019 4 次提交
-
-
由 Zeng Jinle 提交于
-
由 Adam 提交于
* Add generalized Conv+Activation MKLDNN fuse pass creation Part2 test=develop * Undefined behaviour of GetAttrIfExists<> FIX test=develop
-
由 wangguanzhong 提交于
-
由 lidanqing 提交于
* add elementwise_mul_mkldnn UT with [conv + elt_mul + conv] to cover avx512=True branch test=develop * change a typo. test=develop
-
- 20 8月, 2019 6 次提交
-
-
由 zhaoyuchen2018 提交于
For small case use 1D block is better than 2D block. Refer to this issue: #19275
-
由 Tao Luo 提交于
* replace part of PADDLE_ASSERT to PADDLE_ENFORCE test=develop * remove unused fallback_alloc_size_ * add unit-test of CUDAPinnedAllocator test=develop
-
由 xiaoting 提交于
test=develop, test=document_preview
-
由 Yihua Xu 提交于
* Implement the operator with sprase matrix multiply * Update the URL of mklml library. test=develop * Disable MKLML implematation when using no-linux. test=develop * Ignore the deprecated status for windows test=develop
-
由 wangchaochaohu 提交于
* cuda optimie for dropout * remove tmp swp file * fix compile error test=develop * test=develop optimize the cuda realization of dropout op * remove unsed code test=develop * remove tmp file test=develop
-
由 danleifeng 提交于
distribute launch : add use_paddlecloud argument
-
- 19 8月, 2019 14 次提交
-
-
由 Zhaolong Xing 提交于
* fix mask rcnn bug: 1. affine channel fuse (diff) 2. condition block op (memory leak) 3. merge lod tensor op (diff) 4. memroy optim (diff) test=develop * fix ci aboud PADDLE_ENFOCE fix merge lod infer op ut test=develop
-
由 qingqing01 提交于
-
由 lvmengsi 提交于
-
由 Aurelius84 提交于
* add matrch_matrix_tensor op test=develop * fix ignore unittest if with_mkl=off test=develop * clean code and rm is_test param test=develop * modify API.spec test=develop * rm useless code in search_compute.h test=develop * modify api.spec test=develop * modify default_grad.spec test=develop * Add API test code test=develop * clean code in search_computer.h * modify PADDLE_ENFORCE and clean search_compute.h test=develop * fix code style test=develop
-
由 Zeng Jinle 提交于
-
由 liuwei1031 提交于
* fix compilation issue in windows vs2017, test=develop * fix gtest lib not found issue, test=develop
-
由 zhang wenhui 提交于
add fl_listen_and_serv op for Federated_learning and fl_distribute_transpiler add this op to pserver program . This op just listen the endpoint and sum&scale.
-
由 juncaipeng 提交于
remove the warning for reminding user to avoid using the OriginProgram method, test=develop (#19244) This log information may annoy users who don't need to care about it.
-
由 kh2se2013 提交于
add python coverage launch when WITH_COVERAGE=ON
-
由 silingtong123 提交于
* print error code if cuda related API fails
-
由 zhouwei25 提交于
* test=develop,fix the inference library compilation bug on windows * test=develop,Fix the inference library compilation bug on windows * test=develop,fix the bug that PYTHON_EXECUTABLE not exists
-
由 silingtong123 提交于
* correct then sample command of diff_api.py to align with paddle_build.sh
-
由 Zeng Jinle 提交于
* make PADDLE_ENFORCE_EQ support cannot to string types, test=develop * follow huihuang's comments, test=develop
-
由 chengduo 提交于
* fix REGISTER_OP_WITHOUT_GRADIENT test=develop
-
- 18 8月, 2019 1 次提交
-
-
由 gongweibao 提交于
Unset unittests http_proxy env to avoid timeout.
-
- 16 8月, 2019 7 次提交
-
-
由 silingtong123 提交于
* imporve the doc of decorate_reader API, test=develop * udpate API.spec, test=develop
-
由 gongweibao 提交于
node_num is not needed for users, so remove them and fix the bugs about it!
-
由 zhongpu 提交于
modify checkMacPython2 and checkMacPython3 function to ensure python version used for paddle installation is EQ/GT than 2.7.15 on MacOS; modify checkMacPaddleVersion function to ensure paddle version is release version, because paddle don't have develop version on MacOS.
-
由 Kaipeng Deng 提交于
* fix temporal_shift OP PADDLE_ENFORCE. test=develop * fix HasInput/HasOutpu ENFORECE. test=develop
-
由 Tao Luo 提交于
* remove unused inference_transpiler unit-tests test=develop * remove InferenceTranspiler usage in quantize_transpiler.py test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
- 15 8月, 2019 3 次提交
-
-
由 lidanqing 提交于
* change the top1 comparison to mAP comparison test=develop * change the mobilenet-ssd tester demo data and batch_size settings test=develop
-
由 zhaoyuchen2018 提交于
* Fix recurrent op fails For the variable used in outter block, copy sub block's grad variable to outter block test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Fix unicode error test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine test code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Fix seq2seq case fails test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * remove unreasonable code. test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code according to comment test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 Hao Wang 提交于
* add exception exit on error example codes test=develop
-