diff --git a/Trainer/hooks/index.html b/Trainer/hooks/index.html index c95e1218..91bbb93a 100644 --- a/Trainer/hooks/index.html +++ b/Trainer/hooks/index.html @@ -638,11 +638,10 @@
There are cases when you might want to do something different at different parts of the training/validation loop. To enable a hook, simply override the method in your LightningModule and the trainer will call it at the correct time.
-Contributing If there's a hook you'd like to add, simply:
-1. Fork PytorchLightning.
-2. Add the hook here.
-3. Add the correct place in the Trainer
-where it should be called.
Contributing If there's a hook you'd like to add, simply:
+1. Fork PytorchLightning.
+2. Add the hook here.
+3. Add the correct place in the Trainer where it should be called.
Called in the training loop at the very beginning of the epoch.
diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 087a7301..b8510b87 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ