cleaning up demos

This commit is contained in:
William Falcon
2019-10-05 16:33:49 -04:00
parent 1c45edd192
commit f1caeb49cc
+1 -1
View File
@@ -58,7 +58,7 @@ if __name__ == '__main__':
parent_parser.add_argument(
'--distributed_backend',
type=str,
default=None,
default='dp',
help='supports three options dp, ddp, ddp2'
)
parent_parser.add_argument(