- 19 10月, 2020 1 次提交
-
-
由 MRXLT 提交于
fleet support paddle.optimzier * bug fix * fix fleet_base * bug fix * fix coverage
-
- 16 10月, 2020 1 次提交
-
-
由 WangXi 提交于
-
- 15 10月, 2020 2 次提交
-
-
由 tangwei12 提交于
* add size method for large scale * add large scale UT * add ut for checkpoint
-
由 danleifeng 提交于
* raise error if use multi-cards in fleet non_distributed mode; test=develop
-
- 14 10月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 30 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
* fleet support non_distributed training in dygraph mode; test=develop
-
- 28 9月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* add get final strategy for user to print final strategy
-
- 24 9月, 2020 1 次提交
-
-
由 123malin 提交于
* test=develop, bug fix
-
- 20 9月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix fleet util and gloo * fix worker endpoints * fix * fix UT * fix gloo * fix gloo * update gloo * update gloo * update gloo * update gloo * update gloo * fix gloo wrapper for hdfs * add file gloo and UT * fix UT * fix UT * fix UT * hide public method of RoleMaker * fix UT * GPU fleetrun support gloo * parameterserver fleetrun support gloo * add UT * add UT * fix UT * fix get server endpoint * fix get server endpoint * fix UT * hide public method of rolemaker * hide public method of rolemaker * hide public method of rolemaker * Update test_fleet_rolemaker_new.py * hide public method of rolemaker * hide public method of rolemaker
-
- 18 9月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix worker endpoints * fix gloo wrapper for hdfs * GPU fleetrun support gloo * parameterserver fleetrun support gloo * fix get server endpoint
-
- 17 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
* fix fleet dynamic-mode en-doc;test=develop
-
- 10 9月, 2020 1 次提交
-
-
由 123malin 提交于
* parameter_server_optimizer support auto_strategy
-
- 07 9月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* add auto parallel L1 implementation test=develop
-
- 04 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
paddle.distributed.fleet supports dynamic graph execution.
-
- 03 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
* support running python train.py for fleet-task; test=develop
-
- 31 8月, 2020 1 次提交
-
-
由 tangwei12 提交于
* add FleetAPI doc Co-authored-by: Nliuyuhui <liuyuhui@baidu.com>
-
- 30 8月, 2020 1 次提交
-
-
由 Chengmo 提交于
* Support Heter Parameter Server
-
- 29 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* fix api document
-
- 25 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* add cudnn related strategies to DistributedStrategy
-
- 22 8月, 2020 1 次提交
-
-
由 liuyuhui 提交于
* solve the initial configuration about fleet and rolemaker Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
- 21 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* consider the combination of different strategies to work together
-
- 20 8月, 2020 1 次提交
-
-
由 123malin 提交于
* add save/load for parameter server
-
- 17 8月, 2020 1 次提交
-
-
由 Qinghe JING 提交于
* set default value to strategy in distributed_optimizer test=develop
-
- 13 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* move paddle.fleet to paddle.distributed.fleet
-
- 11 8月, 2020 1 次提交
-
-
由 pangyoki 提交于
* Directory migration, test=develop * Change imperative from paddle init to paddle framework, test=develop * Fixed jit bug, test=develop * default static mode, test=develop * fixed format and create parameter belongs to framework, test=develop * Fixed import package, test=develop * fix __init__ format, test=develop * fixed alias problem * fixed paddle.enable_imperative problems, test=develop * Add unittest * delete install_check comment * Fixed unittest timeout * fixed unittest error * move Program default_xx_program to static package * optimize unittest method * fixed framework __init__ format * fixed jit path * delete alias * move jit to paddle * Fixed unittest format * fixed paddle.default_main_program * Fixed save load API in paddle __init__.py * fixed ci paddle.imperative.to_variable
-
- 10 8月, 2020 1 次提交
-
-
由 tangwei12 提交于
* add paddle.fleet.AsyncOptimizer Co-authored-by: Ndongdaxiang <dongdaxiang@baidu.com>
-
- 05 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* generate context during compile
-
- 04 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
-
- 03 8月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* split meta optimizer files * add graph execution in execution, update two properties in DistributedStrategy, unit tests for these features
-
- 29 7月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* refine strategy compiler and meta optimizers make async as a_sync
-
- 23 7月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* fix gen nccl id bug
-
- 20 7月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
refactor fleet api under paddle.fleet update DistributedStrategy
-
- 06 7月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* add paddle.fleet.DistributedStrategy for 2.0
-
- 14 5月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
* Add hapi.text and corresponding unit test. test=develop * Remove hapi.text apis' reuse parameter args for coverage. test=develop * Fix TransformerCell and TransformerBeamSearchDecoder example codes. test=develop * Fix example codes in hapi.text. test=develop * Add some apis in hapi.text into example code white list. test=develop * Fix example code of DynamicDecode in hapi.text. text=develop * Rename Model.self as model in test_text.py test=develop
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-
- 17 9月, 2018 1 次提交
-
-
由 yuyang 提交于
-
- 03 9月, 2018 1 次提交
-
-
由 chengduo 提交于
* fix high level API(Inference) bug * patch the unit tests
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 18 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-