- 27 8月, 2019 3 次提交
- 
- 
由 Aurelius84 提交于* improve sequence_conv api doc test=develop * add warning for padding param test=develop modify into deprecated 
- 
由 zhang wenhui 提交于fix fleet_desc dense_table unsort bug ,not support format for abacus hotstart yet. 
- 
由 vincentXiyu 提交于* support tensor input with padding for warpctc op * merge with develop * test=develop * modified python API examples test=develop * nn.py is modified for code coverage test=develop * update documents info about warpctc op in API.spec test=develop * add test_warpctc_with_padding in test_layers test=develop * add warning log for cuda_version back to warpctc_op.cc * modify API.spec for warpctc op test=develop * modify API.spec * update warpctc test to new CompiledProgram API test=develop * modify code examples for warpctc op test=develop * modify API.spec for warpctc op test=develop * modify API.spec for warpctc op test=develop 
 
- 
- 26 8月, 2019 11 次提交
- 
- 
由 chengduo 提交于* fix optimizer bug test=develop 
- 
由 Leo Chen 提交于* fix bug of getting bool Flags from os.environ, test=develop * add empty loss_name in CompiledProgram for inplace grad test, test=develop 
- 
由 liu zhengxi 提交于* python inference api supports numpy and add unit test, fix unit test fail in test_slim_int8_googlenet and test_slim_int8_mobilenet 
- 
由 Zeng Jinle 提交于
- 
由 chengduo 提交于test=develop 
- 
由 Ghost Under Moon 提交于This PR fix problem with issue #18096 , which raise an error for user to specify the error about load dir is wrong 
- 
由 mapingshuo 提交于test=develop 
- 
由 mapingshuo 提交于* Add lookahead optimizer * add unittest for lookahead optimizer test=develop * add doc string for LookaheadOptimizer test=develop test=document_preview * add API spec for lookahead test=develop test=document_preview * modify api spec test=develop test=document_preview * modified doc string * modify the test file test=develop test=document_preview * modify doc string test=develop test=document_preview 
- 
由 silingtong123 提交于* test=develop,Optimized error reporting information * test=develop,add importscipy unittest * test=develop, rename the file and function 
- 
由 Jiabin Yang 提交于* add default getItem * test=develop, fix has_attr disabled error in Layer * test=develop, fix GroupNorm and deepcf bug on attrs 
- 
由 tangwei12 提交于* fix sync mode hang in transpiler * remove sync mode in send/recv * replace PADDLE_ENFORCE with PADDLE_ENFORCE_NE 
 
- 
- 24 8月, 2019 1 次提交
- 
- 
由 Yibing Liu 提交于* Fix arg do_model_average in param_attr test=develop * Update api spec test=develop 
 
- 
- 23 8月, 2019 3 次提交
- 
- 
由 zhang wenhui 提交于add fleet_desc config feature & multi_sparse table, 
- 
由 Jiancheng Li 提交于* update light_nas_strategy: add latency constraint test=develop * update light_nas_strategy: update get_model_latency test=develop * update light_nas_strategy: add more check test=develop * update light_nas test test=develop * update light_nas test test=develop * minor update light_nas test test=develop * minor update light_nas test test=develop * update light_nas test test=develop * update _constrain_func of light_nas_strategy test=develop * update _constrain_func of light_nas_strategy test=develop * remove unused code test=develop
- 
由 Zhen Wang 提交于* add pool2d quantization support, only for max-pooling. * add the partial quantization support. 
 
- 
- 22 8月, 2019 8 次提交
- 
- 
由 Leo Chen 提交于
- 
由 Yibing Liu 提交于* Fix data parallel & sequence mask in dygraph test=develop * Revert change in data_parallel test=develop 
- 
由 chengduo 提交于* use PE for compiler test=develop 
- 
由 翟飞跃 提交于* Implement the operator with sprase matrix multiply * Update the URL of mklml library. test=develop * Disable MKLML implematation when using no-linux. test=develop * optimize bp with mkl sparse matrix test=develop 
- 
由 Leo Chen 提交于* add pybind interface to get all inplace ops, test=develop * enhance OpTest to check whether the consistency of operator when using and not using inplace, test=develop * handle corner cases in op_test, test=develop * support outputs without tensor holder_, like XShape in reshape_op, test=develop * fix bug, some op has GradOpMaker, but actually no grad_op in OpInfoMap, test=develop * use reshape_grad instead of reshape in FlattenGradOp, test=develop * fix error debug dims info for variables like XShape, test=develop * change computational order in sum_op to relieve computation difference using inplace, test=develop * add inplace_atol to check group_norm, and skip inplace_grad for mkldnn, test=develop * follow sneaxiy's comments, test=develop * remove unused DefaultGradOpDescMaker in mkldnn op, test=develop 
- 
由 Aurelius84 提交于* add diag init in Uniform_random op test=develop * modify api.spec test=develop * fix unform_batch_size_like maker test=develop * add diag_num and diag_step assert check test=develop 
- 
由 chengduo 提交于* update parallel.py 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 
 
- 
- 21 8月, 2019 2 次提交
- 
- 
由 Zeng Jinle 提交于
- 
由 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 2 次提交
- 
- 
由 xiaoting 提交于test=develop, test=document_preview 
- 
由 danleifeng 提交于distribute launch : add use_paddlecloud argument 
 
- 
- 19 8月, 2019 7 次提交
- 
- 
由 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 
- 
由 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 提交于
- 
由 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. 
- 
由 kh2se2013 提交于add python coverage launch when WITH_COVERAGE=ON 
- 
由 chengduo 提交于* fix REGISTER_OP_WITHOUT_GRADIENT test=develop 
 
- 
- 18 8月, 2019 1 次提交
- 
- 
由 gongweibao 提交于Unset unittests http_proxy env to avoid timeout. 
 
- 
- 16 8月, 2019 2 次提交
- 
- 
由 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! 
 
- 
