from local
This commit is contained in:
parent
8fe989ee6b
commit
bbcce34eeb
Binary file not shown.
@ -54,6 +54,13 @@ def get_parser():
|
|||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--wandb",
|
||||||
|
type=str2bool,
|
||||||
|
default=False,
|
||||||
|
help="Should various information be logged in tensorboard.",
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--world-size",
|
"--world-size",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user