tensorboard comment=opt.name
This commit is contained in:
@@ -420,7 +420,7 @@ if __name__ == '__main__':
|
|||||||
tb_writer = None
|
tb_writer = None
|
||||||
if not opt.evolve: # Train normally
|
if not opt.evolve: # Train normally
|
||||||
print('Start Tensorboard with "tensorboard --logdir=runs", view at http://localhost:6006/')
|
print('Start Tensorboard with "tensorboard --logdir=runs", view at http://localhost:6006/')
|
||||||
tb_writer = SummaryWriter()
|
tb_writer = SummaryWriter(comment=opt.name)
|
||||||
train() # train normally
|
train() # train normally
|
||||||
|
|
||||||
else: # Evolve hyperparameters (optional)
|
else: # Evolve hyperparameters (optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user