Skip to content

Commit

Permalink
Disable logging to avoid error with tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tridao committed Dec 16, 2020
1 parent af46c6d commit 1bb2542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pl_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def pl_train(cfg, pl_model_class):
limit_train_batches=cfg.train.limit_train_batches,
track_grad_norm=2,
**profiler_args,
logger=False,
)

trainer.fit(model)
Expand Down

0 comments on commit 1bb2542

Please sign in to comment.