- 20 6月, 2019 2 次提交
- 19 6月, 2019 10 次提交
-
-
由 翟飞跃 提交于
* add mkldnn Int8v2 slim doc (#17909) * Change int8v2 CAPI unit test name and add log in the prediction stage (#18200) * fix issue 18111;test=develop * fix timer;test=develop * refine code;test=develop * test=release/1.5
-
由 chengduo 提交于
* add multi process reader test=release/1.5
-
由 tangwei12 提交于
* fix save/load in fleet (#17675) * fix save/load in Fleet * add UT framework of Fleet (#18058) * add paddle cloud role maker for customized usage, note this is only for industrial users that have cloud environment pre-configuration (#18121) add paddle cloud role maker for specific cloud usage. This pr will simplifies user's configuration in distributed training. * assign role_maker before use (#18137)
-
由 czhu15 提交于
* [Cherry-pick] change dirname mobilenet to mobilenetv1 (#18160) test=release/1.5 * [Cherry-pick] update mkldnn int8v2 doc (#18177) test=release/1.5
-
由 tensor-tang 提交于
* cherry pick refine core warning message (#18063) * cherry pick core replace x86cpu with py cpuinfo (#18151) test=release/1.5
-
由 FlyingQianMM 提交于
Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895) and retinanet_detection_output_op(#17896) for supporting retinanet (#18141) * test=release/1.5 Fix conflicts in test_layers.py when adding target assign operator for supporting retinanet. Cherry pick #17893 * test=release/1.5 Add sigmoid focal loss operator for supporting retinanet. Cherry pick #17895 * test=release/1.5 Add detection output operator for supporting retinanet. Cherry pick #17896 * test=release/1.5 fix wrong code style in test_layers.py when cherry pick retinanet_target_assign #17893 * test=release/1.5 Fix type error of std::pow in sigmoid_focal_loss. Cherry pick #17895
-
由 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=release/1.5
-
由 chengduo 提交于
* update execution_strategy option default value test=release/1.5 * fix doc error test=release/1.5
-
由 chengduo 提交于
* remove nccl dep when the number of GPU is 1 test=develop * use multi card run syncBN test=release/1.5
-
由 hutuxian 提交于
Add trainer_desc proto DEPS to solve CI random fail.
-
- 18 6月, 2019 5 次提交
-
-
由 AIFollowers 提交于
Add cascade rcnn support.
-
由 Wojciech Uss 提交于
Cherry pick #18077 and #18111 unify FP32 vs. INT8 comparison tests output, reuse C-API INT8 unit test application (#18145) * unify FP32 vs. INT8 comparison tests output (#18111) test=release/1.5 * reuse C-API INT8 unit test application (#18077) test=release/1.5
-
由 Hongyu Liu 提交于
* fix get items slice bug; test=develop * fix unique_name bug; test=develop
-
由 Zeng Jinle 提交于
* fix dygraph mem leak, test=release/1.5 * polish msg, test=release/1.5
-
由 cjt222 提交于
cherry pick for deform roi pooling
-
- 17 6月, 2019 3 次提交
-
-
由 lilong12 提交于
* add UserDefinedCollectiveRoleMaker for collective mode (#17898)
-
由 hutuxian 提交于
cherry-pick for (https://github.com/PaddlePaddle/Paddle/pull/17402) Add Pipeline Concurrency Train Mode: - Cpp: pipeline_trainer & section_worker - Python: PipelineOptimizer - Add a new data_feed type: PrivateInstantDataFeed - Add a test demo of pipeline trainer and the test model is gnn - Do not support win32 now
-
由 lujun 提交于
cherry pick requirements update pr: 18123 pr: 18068
-
- 15 6月, 2019 3 次提交
-
-
由 Sylwester Fraczek 提交于
* fix multithreading issue test=develop * rview fixes test=develop * reivew fix: omp->cpu, infernce_api.cc->pybind.cc test=release/1.5
-
由 Zeng Jinle 提交于
* fix py_reader iterable bug, test=release/1.5 * move data from buffered_reader,test=release/1.5
-
由 chengduo 提交于
* update CPU_NUM config test=develop
-
- 14 6月, 2019 2 次提交
-
-
由 gongweibao 提交于
-
由 ruri 提交于
-
- 13 6月, 2019 7 次提交
-
-
由 wawltor 提交于
test=release/1.5 cherry-pick from #17952 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.
-
由 Wojciech Uss 提交于
Added unit test for QAT FP32 & INT8 comparison (#17814) Disable MKLDNN FC in Resnet50 test (#18030) test=release/1.5
-
由 tensor-tang 提交于
test=release/1.5
-
由 gongweibao 提交于
-
由 wawltor 提交于
Fix #17955 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.
-
由 lujun 提交于
cherry pick pr: 17904, dygraph Layers doc
-
由 tensor-tang 提交于
test=release/1.5 * support avx and noavx core * add catch and give some log * fix build * add missing package * fix pybind name * fix import error * conbime noavx core * add requirements * fix unkown message * fix api spec * refine and clean * update * follow comments * refine scripts
-
- 12 6月, 2019 3 次提交
-
-
由 Zhaolong Xing 提交于
* fix: when use the load model from memory mode, the RAM occupy is high test=release/1.5
-
由 Zeng Jinle 提交于
-
由 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 test=release
-
- 11 6月, 2019 2 次提交
-
-
由 chengduo 提交于
test=release/1.5
-
由 SunGaofeng 提交于
test=develop
-
- 10 6月, 2019 3 次提交
-
-
由 Huihuang Zheng 提交于
TODO: it is a temporary fix for Paddle release 1.5. We have to fix this failed unit test soon. test=develop
-
由 Tao Luo 提交于
fix merge conflict of 'Remove attribute in Allocator::Allocate' and elementwise_add_mkldnn_op (#17949) test=develop
-
由 zhaoyuchen2018 提交于
test=develop
-