Update README.md

This commit is contained in:
William Falcon 2019-07-27 14:31:22 -04:00 committed by GitHub
parent d6b5f37a7b
commit 90b14977a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ trainer = Trainer(experiment=exp, max_nb_epochs=1)
trainer.fit(model)
# view tensorflow logs
print(f'View tensorboard logs by running\ntensorboard --logdir {os.getcwd()}')
print(f'View tensorboard logs by running\ntensorboard --logdir {os.getcwd()}')
print('and going to http://localhost:6006 on your browser')
```