diff --git a/python/paddle/distributed/fleet/launch.py b/python/paddle/distributed/fleet/launch.py index 13b793d3ad170177e193152ca06c280ac911e8a7..89ca7e196133173776dd00384e2317150ae847a7 100644 --- a/python/paddle/distributed/fleet/launch.py +++ b/python/paddle/distributed/fleet/launch.py @@ -112,7 +112,7 @@ see: http://www.paddlepaddle.org/documentation/docs/zh/1.6/user_guides/howto/tra base_group.add_argument( "--run_mode", type=str, - default="collective", + default=None, help="run mode of job, can be:collective/ps/ps-heter") if fluid.core.is_compiled_with_cuda():