Skip to content

Commit

Permalink
fix(semseg): rename logger
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma authored and Borda committed Apr 16, 2020
1 parent 76a028b commit 138b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_examples/domain_templates/semantic_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main(hparams):
logger = WandbLogger()

# optional: log model topology
wandb_logger.watch(model.net)
logger.watch(model.net)

# ------------------------
# 3 INIT TRAINER
Expand Down

0 comments on commit 138b616

Please sign in to comment.