- 18 6月, 2019 1 次提交
-
-
由 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 6 次提交
-
-
由 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 提交于
-
由 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 2 次提交
-
-
由 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 10 次提交
-
-
由 Huihuang Zheng 提交于
TODO: it is a temporary fix for Paddle release 1.5. We have to fix this failed unit test soon. test=develop
-
由 zhaoyuchen2018 提交于
test=develop
-
由 whs 提交于
1. Enhence auto pruning. 2. Fix save/load graph when using py_reader. test=develop
-
由 Yibing Liu 提交于
* Enable seq_pool op to accept len 0 input test=develop * Update sequence_pool's api test=develop * Add more unittest cases for seq_pool op test=develop * Remove legacy comments test=develop * Don't use template in op maker test=develop
-
由 bingyanghuang 提交于
-
由 Hongyu Liu 提交于
* add api commet; test=develop * fix fc dtype bug; test=develop * remove float32 in default parameter; test=develop * fix exmpale bug; test=develop * fix build once; test=develop * fix num_chanels bug; test=develop * fix install check failed bug; test=develop
-
由 翟飞跃 提交于
-
由 Hongyu Liu 提交于
* fix regularizer lod bug; test=develop * fix exception bug and one_hot expand; test=develop
-
由 Hongyu Liu 提交于
* add reshape support tensor; test=develop * fix reshape bug; test=develop * change reshape attribute default value; test=develop * fix reshape input name; test=develop * fix reshape unitest; test=develop * check dim tensor shape; test=develop
-
由 Jiabin Yang 提交于
* WIP * WIP * test=develop, add api doc and example code for dygraph
-
- 08 6月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 07 6月, 2019 2 次提交
-
-
由 whs 提交于
* Add auto pruning strategy. 1. Fix compressor. 2. Enhence graph executor. 3. Add SAController 4. Add auto pruning strategy. 5. Add unitest for auto pruning strategy. test=develop * Init light-nas * Add light nas. * Some fix. test=develop * Fix sa controller. test=develop * Fix unitest of light nas. test=develop * Fix setup.py.in and API.spec. test=develop * Fix unitest. 1. Fix unitest on windows. 2. Fix package importing in tests directory. * 1. Remove unused comments. 2. Expose eval_epoch option. 3. Remove unused function in search_agent. 4. Expose max_client_num to yaml file. 5. Move flops constraint to on_epoch_begin function test=develop * Fix light nas strategy. test=develop * Make controller server stable. test=develop * 1. Add try exception to compressor. 2. Remove unitest of light-nas for windows. test=develop * Add comments Enhence controller test=develop * Fix comments. test=develop
-
由 Jiabin Yang 提交于
* test=develop, refine api * test=develop, fix bug when error occured on save_persistable with no optimizer * test=develop, refine waring * test=develop, refine example code and comments
-
- 06 6月, 2019 8 次提交
-
-
由 gongweibao 提交于
-
由 Jiabin Yang 提交于
* test=develop, add dygraph_not_support and refine ocr * test=develop, shrink name of dygraph_not_support
-
由 xiaoting 提交于
* add import, test=develop * fix fill_constant * fix deconv * add trainable_statist for bn in dygraph
-
由 Huihuang Zheng 提交于
test=develop
-
由 Jiabin Yang 提交于
-
由 Jiabin Yang 提交于
* save optimizer related vars in dygraph * test=develop, add optimizer save and load * test=develop, add optimizer save and load * test=develop, merge code and add multi-optimizer save and load * test=develop, fix test_imperative_checkpoint * test=develop, fix include error * test=develop, fix include error * test=develop, renew api spec * test=develop, refine code * test=develop, set default value for checkpoint * test=develop, fix ci error * test=develop, change API.spec and make api more readable * test=develop, refine version and time stamp * test=develop, add example code and refine code * test=develop, refine doc * test=develop, change version
-
由 pawelpiotrowicz 提交于
* Enable ngraph layer_norm operator test=develop * Disable/Enable cuda, new unit-test test=develop * Fix use_cudnn test=develop * Fixed test_layer test, new funciton is added test=develop * set use_cudnn by default test=develop
-
由 翟飞跃 提交于
* refactor PR 16865 * delete mergetool files * test=develop * test=develop * test=develop * test=develop * create dir for int8 model before call SaveOptimModel * test=develop * mkldnn int8 only support linux; test=develop * refine code; test=develop * remove comment; test=develop * refine code; test=develop * fix bug; test=develop * add exception for mkldnn_post_training_strategy * reuse int8v2 CAPI dataset; test=develop * fix accuracy check bug; test=develop * remove tab * convert files to unix format * test=develop * reduce CI time;test=develop * reduce CI time and refine code;test=develop * refine comment; test=develop * add cmake FLAGS;test=develop * remove predict_num;test=develop
-