From bd50d9a2b4ac3087d88e232532a13cf0923ecfe4 Mon Sep 17 00:00:00 2001 From: Thomas J Fan Date: Thu, 5 Sep 2019 21:13:49 -0400 Subject: [PATCH] DOC Adds reference to test-tube (#205) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f6ed1e..8d96ef13 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Lightning also adds a text column with all the hyperparameters for this experime ![tensorboard-support](./docs/source/_static/tf_tags.png) -Simply note the path you set for the Experiment +Simply note the path you set for the [Experiment](https://williamfalcon.github.io/test-tube/experiment_tracking/experiment/) from [test_tube](https://github.com/williamFalcon/test-tube) ```python from test_tube import Experiment from pytorch_lightning import Trainer