From ba763be4f9449b8c61dbaf1cfdc5b1cb835a5fb0 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:29:03 -0400 Subject: [PATCH 1/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 573ba92321..1a301fe2e2 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ def validation_end(self, outputs): ## TensorboardX

- - + +

From 2b55fa89b4199cc3980d483b2312fbbd174d1c65 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:29:37 -0400 Subject: [PATCH 2/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a301fe2e2..989af6d138 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ def validation_end(self, outputs): ## TensorboardX

- - + +

From 0d3303a4abaef6c1ca5bff72055508fe44bf5d67 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:32:55 -0400 Subject: [PATCH 3/8] 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} From 0c5beb5ab151f6cb4b8beafe5b8411868d7251b2 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:33:27 -0400 Subject: [PATCH 4/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 582cb78084..b385244930 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Lightning is fully integrated with tensorboardX.

- +

@@ -129,7 +129,7 @@ It also adds a text column with all the hyperparameters for this experiment.

- +

From 773d677b3b7afe81a00d03a171b2ecb4d18c77ae Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:35:13 -0400 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b385244930..da78755bcd 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ And run tensorboard from that dir tensorboard --logdir /some/path ``` -## Lightning gives you options to control the following: +## Lightning automatically automates all of the following ([each is also configurable](https://williamfalcon.github.io/pytorch-lightning/Trainer/)): ###### Checkpointing From 01e0027c5e36b4f42f384d4fc78e7a73069e2010 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:35:41 -0400 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da78755bcd..6e11c2976f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Lightning is fully integrated with tensorboardX.

-It also adds a text column with all the hyperparameters for this experiment. +Lightning also adds a text column with all the hyperparameters for this experiment.

From e7d7004d9264234d6515c99249e051f276f0145a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:40:25 -0400 Subject: [PATCH 7/8] Update requirements.txt --- requirements.txt | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96d2d192cd..e4a5f1cb97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,41 +1,35 @@ -absl-py==0.7.1 -astor==0.8.0 -bleach==3.1.0 -certifi==2019.6.16 -cffi==1.12.3 -chardet==3.0.4 -docutils==0.14 -gast==0.2.2 -google-pasta==0.1.7 -grpcio==1.21.1 + +atomicwrites==1.2.1 +attrs==18.2.0 +certifi==2018.11.29 +cffi==1.11.5 h5py==2.9.0 -idna==2.8 -imageio==2.5.0 -Keras-Applications==1.0.8 -Keras-Preprocessing==1.1.0 -Markdown==3.1.1 -mkl-fft==1.0.12 +imageio==2.4.1 +mkl-fft==1.0.6 mkl-random==1.0.2 -numpy==1.16.4 +more-itertools==5.0.0 +numpy==1.15.4 olefile==0.46 -pandas==0.24.2 -Pillow==6.0.0 -pkginfo==1.5.0.1 -protobuf==3.8.0 +pandas==0.23.4 +Pillow==5.3.0 +pluggy==0.8.0 +py==1.7.0 pycparser==2.19 -Pygments==2.4.1 -python-dateutil==2.8.0 -pytz==2019.1 -readme-renderer==24.0 -requests==2.22.0 -requests-toolbelt==0.9.1 +pytest==4.0.2 +python-dateutil==2.7.5 +pytz==2018.7 +scikit-learn==0.20.2 +scipy==1.2.0 six==1.12.0 +sklearn==0.0 tensorboard==1.14.0 tensorboardX==1.7 tensorflow==1.14.0 tensorflow-estimator==1.14.0 termcolor==1.1.0 test-tube==0.643 +torch==1.0.0 +torchvision==0.2.1 tqdm==4.32.1 twine==1.13.0 urllib3==1.25.3 From 56b6fedf1853854144fdf5b4c720d123d414ef33 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 29 Jun 2019 18:41:05 -0400 Subject: [PATCH 8/8] Update requirements.txt --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e4a5f1cb97..730be99c73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ atomicwrites==1.2.1 attrs==18.2.0 certifi==2018.11.29 cffi==1.11.5 -h5py==2.9.0 imageio==2.4.1 mkl-fft==1.0.6 mkl-random==1.0.2 @@ -25,8 +24,6 @@ sklearn==0.0 tensorboard==1.14.0 tensorboardX==1.7 tensorflow==1.14.0 -tensorflow-estimator==1.14.0 -termcolor==1.1.0 test-tube==0.643 torch==1.0.0 torchvision==0.2.1