fix selected_gpus test=develop (#30044)

revert-31562-mean
gongweibao 4 years ago committed by GitHub
parent d0a5620575
commit eea7090c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,6 +117,8 @@ see: http://www.paddlepaddle.org/documentation/docs/zh/1.6/user_guides/howto/tra
"--gpus=\"0,1,2,3\" will launch four training processes each bound to one gpu." "--gpus=\"0,1,2,3\" will launch four training processes each bound to one gpu."
) )
base_group.add_argument("--selected_gpus", dest="gpus")
base_group.add_argument( base_group.add_argument(
"training_script", "training_script",
type=str, type=str,

Loading…
Cancel
Save