- 03 8月, 2020 3 次提交
-
-
由 WangXi 提交于
-
由 JZ-LIANG 提交于
-
由 Dong Daxiang 提交于
* split meta optimizer files * add graph execution in execution, update two properties in DistributedStrategy, unit tests for these features
-
- 01 8月, 2020 1 次提交
-
-
由 Yi Liu 提交于
* add localsgd meta optimizer
-
- 31 7月, 2020 1 次提交
-
-
由 lilong12 提交于
* add pipeline optimizer
-
- 30 7月, 2020 3 次提交
-
-
由 lilong12 提交于
* fix test_pipeline, test=develop
-
由 mapingshuo 提交于
* add gradient Merge optimizer to meta, test=develop
-
由 tangwei12 提交于
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) * Integrated Trainer of Parameter Server
-
- 22 7月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* fix best_fit_allocator_test on windows, test=develop * enable best_fit_allocator_test and test_math_op_patch_var_base, test=develop
-
- 20 7月, 2020 2 次提交
-
-
由 Zhou Wei 提交于
just skip case of distribute on windows
-
由 Dong Daxiang 提交于
refactor fleet api under paddle.fleet update DistributedStrategy
-
- 17 7月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 14 7月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 13 7月, 2020 1 次提交
-
-
由 tangwei12 提交于
* test_dist_fleet_ctr disable, test=develop
-
- 07 7月, 2020 2 次提交
-
-
由 gongweibao 提交于
-
由 zhupengyang 提交于
-
- 04 7月, 2020 1 次提交
-
-
由 lilong12 提交于
* modify pipeline optimizer, test=develop
-
- 02 7月, 2020 1 次提交
-
-
由 chalsliu 提交于
test=develop
-
- 30 6月, 2020 2 次提交
- 25 6月, 2020 1 次提交
-
-
由 chalsliu 提交于
-
- 19 6月, 2020 1 次提交
-
-
由 iducn 提交于
-
- 08 6月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 05 6月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* support selectedrows allreduce in multi-cards dygraph, test=develop * remove useless import modules in unittests, test=develop * add nccl cmake to get nccl version, test=develop * add if-condition to compiled correctly, test=develop * add detail version parseing for old nccl, test=develop * polish camke details, test=develop * fix remove test cmake error, test=develop * fix cmake condition, test=develop * change unittest camke list, test=develop * fix unittest cmake rule, test=develop, test=framep0
-
- 03 6月, 2020 1 次提交
-
-
由 Yanghello 提交于
* add crypto helper for paddle, test=develop * cryptopp.cmake bug fixed, test=develop * remove debug build type, test=develop * fixed CMakeLists for new target, test=develop * fix CI bug, test=develop * add cmake option flag DWITH_CRYPTO, test=develop * add crypto api for python, test=develop * Revert "add crypto api for python, test=develop" This reverts commit 3a1cfa9d. * Revert "Add crypto api (#24694)" This reverts commit 5a7a517c. * Revert "Revert "Add crypto api (#24694)"" This reverts commit f952b19f. * fixed cryptopp cmake building error, test=develop * change WITH_CRYPTO building option to OFF, test=develop * âfixed cipher test failed, test=develop * "add crypto api for python, test=develop" This reverts commit 83fb55c0. * travis CI bug fixed, test=develop * fixed test in python3 * test=develop * fixed unittest, test=develop
-
- 02 6月, 2020 1 次提交
-
-
由 Yi Liu 提交于
Enhance error message of checkpoint_notify_op, fake_init_op gen_nccl_id_op and listen_and_serv_op (#24554) test=develop
-
- 09 5月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 28 4月, 2020 1 次提交
-
-
由 Tao Luo 提交于
* remove double registery for pyramid_hash op * add noavx_axpy and noavx_axpy_noadd test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add batch fc op, test=develop * add batch_fc_op, test=develop * fix untest, test=develop * rm check_dygraph, test=develop * fix comment, test=develop * fix comment, test=develop
-
- 23 4月, 2020 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 22 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 21 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add DataLoader, Dataset, BatchSampler
-
- 17 4月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 15 4月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* allow amp and recompute working together
-
- 09 4月, 2020 1 次提交
-
-
由 mozga-intel 提交于
* Remove the NGraph engine from PDPD repository 1. Each operator was removed from the operator's directory 2. Each test was removed from the unittest directory 3. The parallel executor support was removed from the PDPD 4. The CMake file was removed from the PDPD 5. The NG flags were removed from the repository test=develop * Remove ngraph from: 1. Cmake file 2. Python file test=develop
-
- 06 4月, 2020 3 次提交
-
-
由 ShenLiang 提交于
-
由 ShenLiang 提交于
* add paddleboxdatafeed * add ifdef linux and boxps * add untest for datafeed * fix untest of test_paddlebox_datafeed * fix untest * rename function
-
由 Chen Weihang 提交于
* static model runner basic implement, test=develop * add run program op to execute loaded program, test=develop * refactor static model runner & run program op, test=develop * reset engine.cc to resolve conflict * adapt the change of dygraph double grad, test=develop * refactor impl to solve control flow error, test=develop * clear debug code, test=develop * fix ci str compatible error & checkout dygraph grad maker & add example, test=develop * hide api & add op test, test=develop * fix run program op test places error, test=develop * fix program by review comment, test=develop * delete change var desc name, test=develop * fix other program by review comment, test=develop * remove _static_graph_guard, test=develop * add selectedrows test, test=develop * remove desc parser, test=develop * fix detail program, test=develop * change socpe create & add test, test=develop
-
- 03 4月, 2020 2 次提交
-
-
由 gongweibao 提交于
-
由 Zeng Jinle 提交于
-