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}