- 02 11月, 2019 1 次提交
-
-
由 石晓伟 提交于
* fix infer crashes caused by conv/pool upgrades, test=release/1.6 * fix bug, test=release/1.6
-
- 01 11月, 2019 7 次提交
-
-
由 Zhang Ting 提交于
fix the bug of conv_transpose cudnn kernel:cherry-pick #20958
-
由 Zhaolong Xing 提交于
Paddle-trt inference: filter conv, depthwise_conv, pooling when padding size > 4 fix C++ multicard inference bug. test=develop
-
由 liym27 提交于
* [cherry-pick]fix bug in reshape: (#20781) consider the situation that shape of input can contain more than one -1. * [cherry-pick]support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780) * improve split and concat op: 1. support Tensor for argument 'dim' in split op. 2. support Tensor for argument 'axis' in concat op. * redefine function GetDataFromTensor and set unknown output shape to - 1. * add check: Attr(sections) match Input(X). * support Tensor for attr(sections) and attr(sections) can contain -1. * modify error message and fix bug for concat and call Resize only when necessary. test=release/1.6 * [cherry-pick]improve unsqueeze op to support int, Tensor for argument axes (#20824) * improve unsqueeze op to support int, Tensor and Tensor list for argument axes. * call Resize only when necessary. test=release/1.6 * [cherry-pick]Compatible int32 and int64 for attr in concat/split/unsqueeze. test=release/1.6 (#20912)
-
由 xujiaqi01 提交于
cherry-pick1.6 simplify master+patch,remove ins when size != merge_size or has conflict slot (#20941) * simplify master+patch,remove ins when size != merge_size or has conflict slot * test=develop
-
由 xujiaqi01 提交于
* add check nan / inf in downpour worker during training * test=develop
-
由 123malin 提交于
* update pserver decay blocks * update distributed notify handler
-
由 Chengmo 提交于
* Fix Paddle Cloud role maker (#20860)
-
- 31 10月, 2019 3 次提交
-
-
由 Wilber 提交于
- fix jit::matmul bug input x, shape(m, k), weight, shape(k, n)
-
由 Zhang Ting 提交于
[cherry-pick] fix the bug of conv_transpose: compitable with AnyLayout setting, test=release/1.6 #(20897) (#20918)
-
由 Pei Yang 提交于
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733) (#20902) * fix pool2d trt converter, test=develop * add fix for split op converter, test=develop
-
- 30 10月, 2019 2 次提交
-
-
由 liu zhengxi 提交于
* add support to gcc8, add docker env * remove the warning issue
-
由 hong 提交于
* Serialize to pickle format (#20820) test=develop * save load problem fix and new feature add (#20823) * fix persistable; * fix save load bugs; test=develop * fix bug; test=develop * add example for new io api; test=develop * addd example; test=develop
-
- 29 10月, 2019 2 次提交
-
-
由 Chen Weihang 提交于
* Add IndicateVarDataType interface to block tensor is not initialized problem in OP GetExceptedKernelType (#20044) * add indicate_var_data_type inferface, test=develop * add unittests & polish error message, test=develop * remove needless include, test=develop * extract public function & polish message, test=develop * delete empty var check, test=develop * change data_type to pointer parameter, test=develop * polish details, test=develop * Replace risky GetInputType method with secure IndicateVarDataType interface (#20668) * replace part of the old implementation, test=develop * restore concat op, test=develop * update all ops implemention & delete GetDataTypeOfVar func, test=develop test=release/1.6
-
由 Zeng Jinle 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
-
- 24 10月, 2019 4 次提交
-
-
由 Zeng Jinle 提交于
* add more err msg, test=develop * add more unittests, test=release/1.6
-
由 Zeng Jinle 提交于
-
由 danleifeng 提交于
-
由 WangXi 提交于
-
- 22 10月, 2019 2 次提交
-
-
由 Adam 提交于
test=develop
-
由 wangchaochaohu 提交于
* add support for __get_item__ of Variable test=develop
-
- 21 10月, 2019 2 次提交
- 20 10月, 2019 5 次提交
-
-
由 bingyanghuang 提交于
-
由 danleifeng 提交于
-
由 lvmengsi 提交于
-
由 123malin 提交于
* test=develop, communicator_is_sgd_optimizer flags
-
由 Zhaolong Xing 提交于
test=release/1.6
-
- 19 10月, 2019 1 次提交
-
-
由 Aurelius84 提交于
【cherry-pick】 fix fill_constant shape with -1 and enhance cross_entropy test=release/1.6 (#20722) (#20728)
-
- 18 10月, 2019 4 次提交
-
-
由 石晓伟 提交于
-
由 bingyanghuang 提交于
-
由 liu zhengxi 提交于
* improve the performance of capi in PD_PredictorRun (#20665) * alter the capi of PD_PredictorRun to provide proper function, test=release/1.6
-
由 Michał Gallus 提交于
test=release/1.6 * - Flushing mkl-dnn cache test=develop - Disabled clearing cache for LoadModel - Added clearing of mkl-dnn cache when Executor is created test=develop - Do not clear for GPU places test=develop - compilation fix test=develop * - Moved clearing of mkl-dnn cache in destructor of executor test=develop * - Compilation fix test=develop - Reverted conditional clearing of mkl-dnn cache in Executors's destructor test=develop - compilation fix
-
- 17 10月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* fix op log bug, test=release/1.6 * add unittests, test=release/1.6
-
由 Chengmo 提交于
* Fix communicator slow bug & fix communicator stop bug (#20366) * test=develop,Fix communicator slow bug * test=develop, delete if() in stop_worker() * test=develop * fix UT, test=develop * fix bug in fetch handler, test=develop * fix bug in fetch handler, test=develop * test=develop, fix fetch barrier bug * test=develop, bug fix * test=develop, bug fix * test=develop, fix bug * test=develop,test=release/1.6
-
- 16 10月, 2019 4 次提交
-
-
由 Zeng Jinle 提交于
-
由 whs 提交于
-
由 wangchaochaohu 提交于
* add condition judgement for performance improvement test=develop * add condition judgement for performance improvement test=develop * refine code style test=develop
-
由 zhaoyuchen2018 提交于
test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-