From 0d3303a4abaef6c1ca5bff72055508fe44bf5d67 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:32:55 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 989af6d138..582cb78084 100644 --- a/README.md +++ b/README.md @@ -117,14 +117,21 @@ def validation_end(self, outputs): ``` ## TensorboardX +Lightning is fully integrated with tensorboardX. +

- - +

-All lightning experiments log in a nicely structured folder structure compatible with tensorboardX. Simply run the following command to view your experiments. +It also adds a text column with all the hyperparameters for this experiment. + +

+ + + +

Simply note the path you set for the Experiment ``` {.python}