We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aca27e commit 905c55fCopy full SHA for 905c55f
train.py
@@ -731,7 +731,7 @@ def main():
731
"You've requested to log metrics to wandb but package not found. "
732
"Metrics not being logged to wandb, try `pip install wandb`")
733
734
- if utils.is_primary(args) and args.log_tensorboard:
+ if should_log_to_tensorboard(args):
735
if has_tensorboard:
736
writer = SummaryWriter(args.log_tensorboard)
737
else:
0 commit comments