- 19 8月, 2019 11 次提交
-
-
由 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.
-
由 silingtong123 提交于
* print error code if cuda related API fails
-
由 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 6 次提交
-
-
由 silingtong123 提交于
* imporve the doc of decorate_reader API, test=develop * udpate API.spec, test=develop
-
由 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 8 次提交
-
-
由 lidanqing 提交于
* change the top1 comparison to mAP comparison test=develop * change the mobilenet-ssd tester demo data and batch_size settings test=develop
-
由 Hao Wang 提交于
* add exception exit on error example codes test=develop
-
由 Adam 提交于
test=develop
-
由 Yibing Liu 提交于
* Add padding support for crf_decoding * Fixes in comupte kernel test=develop * Update API Spec test=develop * Update API.spec test=develop * Avoid using paddle_enforce test=develop * Fix enforce test=develop
-
由 Aurelius84 提交于
Remove is_test parameter of FC op. The parameter is_test is not used anywhere.
-
由 liym27 提交于
* change the default value of summarize from -1 to 20 in Print op to improve ease of use, test=develop * change the doc of API Print to make the document easier to understand, test=develop
-
由 Yiqun Liu 提交于
* Enhance the error message when GrapOpMaker is null. test=develop * Call Proto() instead of directly using proto_ pointer. test=develop * Rollback to use proto_ directly, because some sepecial grad ops, such some double grad ops, donot have proto. test=develop
-
由 lvmengsi 提交于
-
- 14 8月, 2019 5 次提交
-
-
由 chengduo 提交于
* fix gather op bug test=develop
-
由 Zeng Jinle 提交于
-
由 Leo Chen 提交于
* remove unused DefaultGradOpDescMaker in REGISTER_OPERATOR(), test=develop * remove SplitIdsOpGradMaker since it is buggy and not tested, update spec file, test=develop
-
由 chengduo 提交于
Use CUDAPinnedPlace in buffered_reader
-
由 jiaqi 提交于
* add get_last_save_xbox_base/get_last_save_xbox * fix fleet_util bug of load paddle model * add doc string in fleet api
-
- 13 8月, 2019 5 次提交
-
-
由 joanna.wozna.intel 提交于
* Add requantize squash test=develop * Add more precise tests test=develop * REname and REfactor tester test=develop
-
由 Jiawei Wang 提交于
* instag lod tensor impl * First PR for instag * First PR for instag * Before adding Selection Rows. * Change name from instag to filter_instag, add upgrade the impl of filter_instag * Change name from instag to filter_instag, add upgrade the impl of filter_instag * Fix yapf error in gradient_checker.py to pass Travis-CI * Fix Filter Instag Grad test=develop * Fix Filter Instag Grad test=develop * 1) Fix API.spec, add filter_instag Op. 2) Add Vector Support for CUDA. test=develop * Impl Loss_weight and empty output handler * change Loss Weight datatype to Float32, and add Loss Weight as 2nd output * 1) Support Tensor Input(without LOD) 2) Add Unit test * Filter By Instag Final test=develop * Update API.spec for filter_by_instag test=develop * Update API.spec for filter_by_instag 2 test=develop * Add Filter By Instag Coverage * code format of test_layers.py * code format test_layers.py test=develop * Make API args more readable test=develop * Make API args more readable and pass code format test=develop * Filter By Instag Op, Rename Map to Index Map test=develop * Filter By Instag Op, code format err in filter_by_instag_op.cc test=develop * Filter by instag op: code format of cpp files test=develop * Filter by instag Op: Api spec modification test=develop * Filter by instag Op: Api spec doc id modification test=develop * Filter by instag Op: Api spec and doc preview test=develop test=document_preview * Filter By Instag Op, fix doc erro test=document_preview test=develop * Filter By Instag Op, fix doc err and Api spec test=document_preview test=develop * Filter By Instag Op, fix Api spec test=document_preview test=develop * Filter By Instag Op, fix Paddle Encoforce deprecated warning test=document_preview test=develop * Filter By Instag Op, fix Paddle Encoforce deprecated and code format warning test=document_preview test=develop
-
由 zhongpu 提交于
modify paddle/scripts/fast_install.sh about Mac installation to support paddle version check on MacOS (#19108) Add python version check on MacOS
-
由 Tao Luo 提交于
test=develop
-
由 wawltor 提交于
test=document_preview test=develop Fix the error of op `ones_like` document, change the output variable from x to out.
-
- 12 8月, 2019 4 次提交
-
-
由 huangjun12 提交于
* add hard_swish activation op (new op) test=develop * remove redundancy files * modify document content of HardSwish OP * add API test in test_layers.py * add dynamic_graph for test_hard_swish
-
由 joanna.wozna.intel 提交于
test=develop
-
由 chengduo 提交于
test=develop
-
由 wangguanzhong 提交于
-