Skip to content
Snippets Groups Projects
Commit b2ff0f0d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[engine.trainer] Fixes logger.info on tensorboard tip (closes #8)

parent 0bed6e1d
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
...@@ -165,7 +165,7 @@ def run( ...@@ -165,7 +165,7 @@ def run(
) )
logger.info( logger.info(
f"Monitor experiment with `tensorboard serve " f"Monitor experiment with `tensorboard serve "
f"--logdir={output_folder}/{log_dir}/version_*/`. " f"--logdir={output_folder}/{log_dir}/`. "
f"Then, open a browser on the printed address." f"Then, open a browser on the printed address."
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment