mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-02 02:54:53 +00:00
Dont default to tensorboard
This commit is contained in:
parent
a443b89854
commit
dc4c0864ac
@ -302,7 +302,7 @@ def main():
|
||||
logger.info(f"Initialized wandb project: {args.wandb_project}")
|
||||
report_to = ["wandb"]
|
||||
else:
|
||||
report_to = ["tensorboard"]
|
||||
report_to = None
|
||||
|
||||
# Verify train bench_data_folder exists
|
||||
if not os.path.exists(args.train_bench_data_folder):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user