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
+2 -1
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')
```