From fd845d41c0ee6be5d43477135d52845091477053 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 13 Aug 2019 11:57:02 -0400 Subject: [PATCH] updated optimizer_step docs --- README.md | 1 + docs/Trainer/index.md | 1 + docs/index.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c9fed0c11..c70a3be985 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ tensorboard --logdir /some/path - [Learning rate scheduling](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Use multiple optimizers (like GANs)](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Set how much of the training set to check (1-100%)](https://williamfalcon.github.io/pytorch-lightning/Trainer/Training%20Loop/#set-how-much-of-the-training-set-to-check) +- [Step optimizers at arbitrary intervals](https://williamfalcon.github.io/pytorch-lightning/Trainer/hooks/#optimizer_step) ###### Validation loop diff --git a/docs/Trainer/index.md b/docs/Trainer/index.md index 118f128ee2..fdc89b538b 100644 --- a/docs/Trainer/index.md +++ b/docs/Trainer/index.md @@ -68,6 +68,7 @@ But of course the fun is in all the advanced things it can do: - [Learning rate scheduling](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Use multiple optimizers (like GANs)](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Set how much of the training set to check (1-100%)](https://williamfalcon.github.io/pytorch-lightning/Trainer/Training%20Loop/#set-how-much-of-the-training-set-to-check) +- [Step optimizers at arbitrary intervals](https://williamfalcon.github.io/pytorch-lightning/Trainer/hooks/#optimizer_step) **Validation loop** diff --git a/docs/index.md b/docs/index.md index 24440728fa..fb29daa88a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,6 +75,7 @@ one could be a seq-2-seq model, both (optionally) ran by the same trainer file. - [Learning rate scheduling](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Use multiple optimizers (like GANs)](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#configure_optimizers) - [Set how much of the training set to check (1-100%)](https://williamfalcon.github.io/pytorch-lightning/Trainer/Training%20Loop/#set-how-much-of-the-training-set-to-check) +- [Step optimizers at arbitrary intervals](https://williamfalcon.github.io/pytorch-lightning/Trainer/hooks/#optimizer_step) ###### Validation loop