From 4fa3fd2df3a4b9838c4faea1c09cbd03b5ee4f64 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 6 Apr 2020 16:33:23 -0700 Subject: [PATCH] tensorboard notice --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 929420ea..8426f0e1 100644 --- a/train.py +++ b/train.py @@ -416,7 +416,7 @@ if __name__ == '__main__': from torch.utils.tensorboard import SummaryWriter tb_writer = SummaryWriter() - print("Tensorboard found. Run 'tensorboard --logdir=runs' to view at http://localhost:6006/") + print("Run 'tensorboard --logdir=runs' to view tensorboard at http://localhost:6006/") except: pass