tensorboard notice

This commit is contained in:
Glenn Jocher 2020-04-06 16:33:23 -07:00
parent 05ae6e8499
commit 4fa3fd2df3
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ if __name__ == '__main__':
from torch.utils.tensorboard import SummaryWriter from torch.utils.tensorboard import SummaryWriter
tb_writer = 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: except:
pass pass