from local
This commit is contained in:
parent
dc23b3b35c
commit
ee376e5e25
Binary file not shown.
@ -207,6 +207,13 @@ def get_parser():
|
|||||||
help="Master port to use for DDP training.",
|
help="Master port to use for DDP training.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--wandb",
|
||||||
|
type=str2bool,
|
||||||
|
default=False,
|
||||||
|
help="Should various information be logged in wandb.",
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--tensorboard",
|
"--tensorboard",
|
||||||
type=str2bool,
|
type=str2bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user