- 16 6月, 2019 1 次提交
-
-
由 FDInSky 提交于
* Update generate_proposal_labels_op to support CascadeRCNN.
-
- 15 6月, 2019 6 次提交
-
-
由 FlyingQianMM 提交于
* test=develop add target assign for retinanet * test=develop run ci * test=developp add test_layers * test=develop add APi.spec * test=develop alter round 1 * test=develop alter rpn_target_assign_op.cc * test=develop alter test_rpn_target_assign_op.py * test=develop alter rpn_target_assign_op.cc * test=develop alter API.spec * test=develop alter paddle/fluid/operators/detection/rpn_target_assign_op.cc * test=develop alter rpn_target_assign_op.cc * test=develop alter python/paddle/fluid/layers/detection.py * test=develop alter paddle/fluid/API.spec
-
由 Huihuang Zheng 提交于
Jian Tang made change on latest-dev Dockerfile, so sync the change in the cuda9/10 Dockerfile test=develop
-
由 Sylwester Fraczek 提交于
-
由 lujun 提交于
for py2: matplotlib<=2.2.3 ; python_version<"3.5" scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" nltk>=3.2.2, <=3.4 ; python_version<"3.5" for py3: matplotlib ; python_version>="3.5" scipy ; python_version>="3.5" nltk ; python_version>="3.5" update requests version to >=2.20.0 for CEV-2018-18074
-
由 tianshuo78520a 提交于
add luotao to approval requirements.txt
-
由 chengduo 提交于
* fix code bug test=develop
-
- 14 6月, 2019 11 次提交
-
-
由 Huihuang Zheng 提交于
As title test=develop
-
由 Jiabin Yang 提交于
-
由 Hongyu Liu 提交于
* fix get items slice bug; test=develop * fix unique_name bug; test=develop
-
由 wopeizl 提交于
-
由 guru4elephant 提交于
* add print log for unittest of distributed training test=develop
-
由 gongweibao 提交于
-
由 whs 提交于
test=develop
-
由 qingqing01 提交于
* Remove layers.detection_map API * Since uers can use fluid.metrics.DetectionMAP to calculate mAP of current-batch and cumulative-batch. layers.detection_map only can calculate cur-batch mAP.
-
由 Yiqun Liu 提交于
test=develop
-
由 lidanqing 提交于
* add pascalvoc preprocess script and mobilenet-ssd analyzer_tester, wait 17737 * change converting local dataset to downloading and converting tarfile test=develop * change the test data_path test=develop * change copyright (c) 2016 to copyright (c) 2019 test=develop
-
由 tensor-tang 提交于
test=develop
-
- 13 6月, 2019 7 次提交
-
-
由 tangwei12 提交于
-
由 石晓伟 提交于
-
由 chengduo 提交于
* update CPU_NUM config test=develop
-
由 lidanqing 提交于
* refractor the function ConvFwdPrimitiveDesc test=develop * change according to review test=develop * use pointer way without boost::optional test=develop * pass vector to function by reference instead of raw vector test=develop * change pointer to shared_ptr test=develop
-
由 Michał Gallus 提交于
-
由 Wojciech Uss 提交于
* added unit test for QAT FP32 & INT8 comparison test=develop * enabled other models and updated filenames test=develop * added accuracy check and multiple batch handling test=develop * removed quantization_mkldnn_pass.py test=develop * cleanup test=develop * updated model paths test=develop * renamed tests without MKL-DNN test=develop * fix reusing mkldnn pool2d primitive test=develop * add performance measuring test=develop * fix accuracy statistics test=develop * removed non-mkldnn tests test=develop * added conv2d_depthwise->conv2d mkldnn transformation test=develop * format update test=develop * fixed creating key for pool2d grad test=develop * added pass * Fix the accuracy issue while using float precision to get the scale. test=develop * Fix the format issue when 'X' is not nchw. test=develop * removed output comparing and changed number of images test=develop * cmake and comment fix test=develop * updated acc threshold for QAT comparison tests test=develop * added OMP_NUM_THREADS setting test=develop * enable all QAT INT8 tests test=develop * restored upstream version of a file test=develop * modified directory names test=develop
-
由 tensor-tang 提交于
test=develop
-
- 12 6月, 2019 14 次提交
-
-
由 Yiqun Liu 提交于
Optimize the concat and split cuda implementation for cases when the number of inputs/outputs is less than 5. (#17979) test=develop
-
由 tangwei12 提交于
* fix save/load in Fleet * add UT framework of Fleet
-
由 hutuxian 提交于
-
由 Guo Sheng 提交于
* Fix the GetExpectedKernelType of add_position_encoding_op. test=develop * Fix the doc of lstm_unit outputs in nn.py. test=develop
-
由 tensor-tang 提交于
* support avx and noavx core * add catch and give some log test=develop * fix build test=develop * add missing package test=develop * fix pybind name test=develop * fix import error test=develop * conbime noavx core test=develop * add requirements test=develop * fix unkown message test=develop * fix api spec test=develop * refine and clean test=develop * update * pass dist ut * follow comments test=develop * refine scripts test=develop
-
由 wawltor 提交于
* test=develop The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode. * test=develop Fix some code format problem, and the same time add the test case in gather and scatter op
-
由 lujun 提交于
Repair error prompt: Users are prompted to check whether the model or parameter files are damaged when loading parameters are wrong.
-
由 石晓伟 提交于
test=develop
-
由 Huihuang Zheng 提交于
* Cherry-pick fix random Python3 CI failure. In some tests, SWEs used "print('xxx').format('xxx')". The syntax is only supported in Python2, not python3. However, since those lines are related to data download, if the CI machines already have the data, it passes CI tests. That causes random failure. * Cherry-pick: disable CUDNN case of test_warpctc_op Also temporary disable a unit test. The test will be fixed under high priority.
-
由 wawltor 提交于
Fix bug in sequence_unpad op, when allocate the output memory do not match actual memory, check memory failed. Fix this bug by allocating the output memeory in correct code position.
-
由 ruri 提交于
* fix im2sequence padding bug, test=develop * fix edit_distance, test=develop * add API.spec,test=develop
-
由 Kaipeng Deng 提交于
* fix logging unable. test=develop * unset sys.stdout for stream handler. test=develop * fix newly add basicConfig. test=develop * fix import error. test=develop
-
由 Zeng Jinle 提交于
* add shape not match doc to data layer, test=develop * fix API.spec md5 test=develop
-
由 cjt222 提交于
* add deformable psroi pooling * test=develop * test=develop * test=develop modify format * fix bug * test=develop run ci * test=develop add API.spec * add test_layers.py * run ci again * test=develop run ci again * run ci again * test=develop run ci again * test=develop run ci again * test=develop run ci again * add space between two lines * test=develop add space between two lines * test=develop add space between lines * test=develop modify comment in nn.py * test=develop add space between two lines * test=develop add space between two lines * update API.spec * run ci again * test=develop run ci again * rerun ci * test=develop rerun ci * change input shape * run ci * test=develop run ci * modify format of nn.py * test=develop * test=develop * test=develop update API.spec * test=develop fix API doc * modify API comment * modift API comment * test=develop update API.spec * test=develop modify comment * test=develop modift comment * test=develop modift comment * test=develop update API.spec * test=develop modify comment * test=develop add inference in nn.py * test=develop update API.spec * test=develop resolve confict * test=develop update API.spec
-
- 11 6月, 2019 1 次提交
-
-
由 SunGaofeng 提交于
* add unfold op test=develop * fix divide bug in python3 when calculating output width and height test=develop * add name=None in python api, move redundant code into inline function * try to trigger ci for this code test=develop
-