From 3c34e029ed777d930e9b323b5c0f72bf7763e582 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 1 Oct 2019 05:34:27 -0500 Subject: [PATCH] Deployed fbc2cfd with MkDocs version: 1.0.4 --- 404.html | 8 +- .../RequiredTrainerInterface/index.html | 100 ++-- LightningModule/methods/index.html | 20 +- LightningModule/properties/index.html | 66 +-- Trainer/Checkpointing/index.html | 16 +- Trainer/Distributed training/index.html | 44 +- Trainer/Logging/index.html | 438 +++++++++++------- Trainer/SLURM Managed Cluster/index.html | 16 +- Trainer/Testing loop/index.html | 12 +- Trainer/Training Loop/index.html | 36 +- Trainer/Validation loop/index.html | 28 +- Trainer/debugging/index.html | 32 +- Trainer/hooks/index.html | 48 +- Trainer/index.html | 12 +- ...on.c648116f.js => application.245445c6.js} | 2 +- ...d.css => application-palette.01803549.css} | 2 +- assets/stylesheets/application.0284f74d.css | 1 + assets/stylesheets/application.30686662.css | 1 - examples/Examples/index.html | 28 +- index.html | 71 +-- search/search_index.json | 2 +- sitemap.xml | 30 +- sitemap.xml.gz | Bin 205 -> 204 bytes 23 files changed, 555 insertions(+), 458 deletions(-) rename assets/javascripts/{application.c648116f.js => application.245445c6.js} (53%) rename assets/stylesheets/{application-palette.a8b3c06d.css => application-palette.01803549.css} (65%) create mode 100644 assets/stylesheets/application.0284f74d.css delete mode 100644 assets/stylesheets/application.30686662.css diff --git a/404.html b/404.html index 45966a20..1af5cb9f 100644 --- a/404.html +++ b/404.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -167,7 +167,7 @@ -
+
@@ -501,7 +501,7 @@
- + diff --git a/LightningModule/RequiredTrainerInterface/index.html b/LightningModule/RequiredTrainerInterface/index.html index a7571f85..099f4357 100644 --- a/LightningModule/RequiredTrainerInterface/index.html +++ b/LightningModule/RequiredTrainerInterface/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -171,7 +171,7 @@ -
+
@@ -276,21 +276,21 @@
  • - + Minimal example
  • - + How do these methods fit into the broader training?
  • - + Required Methods @@ -298,14 +298,14 @@
    • - + training_step
    • - + train_dataloader @@ -313,7 +313,7 @@
      • - + Return @@ -325,7 +325,7 @@
      • - + configure_optimizers @@ -333,7 +333,7 @@
        • - + Return @@ -350,7 +350,7 @@
        • - + Optional Methods @@ -358,35 +358,35 @@
          • - + validation_step
          • - + validation_end
          • - + test_step
          • - + test_end
          • - + on_save_checkpoint @@ -394,7 +394,7 @@
            • - + Return @@ -406,7 +406,7 @@
            • - + on_load_checkpoint @@ -414,7 +414,7 @@
              • - + Return @@ -426,7 +426,7 @@
              • - + val_dataloader @@ -434,7 +434,7 @@
                • - + Return @@ -446,7 +446,7 @@
                • - + test_dataloader @@ -454,7 +454,7 @@
                  • - + Return @@ -466,7 +466,7 @@
                  • - + add_model_specific_args @@ -474,7 +474,7 @@
                    • - + Return @@ -731,21 +731,21 @@
                      • - + Minimal example
                      • - + How do these methods fit into the broader training?
                      • - + Required Methods @@ -753,14 +753,14 @@
                        • - + training_step
                        • - + train_dataloader @@ -768,7 +768,7 @@
                          • - + Return @@ -780,7 +780,7 @@
                          • - + configure_optimizers @@ -788,7 +788,7 @@
                            • - + Return @@ -805,7 +805,7 @@
                            • - + Optional Methods @@ -813,35 +813,35 @@
                              • - + validation_step
                              • - + validation_end
                              • - + test_step
                              • - + test_end
                              • - + on_save_checkpoint @@ -849,7 +849,7 @@
                                • - + Return @@ -861,7 +861,7 @@
                                • - + on_load_checkpoint @@ -869,7 +869,7 @@
                                  • - + Return @@ -881,7 +881,7 @@
                                  • - + val_dataloader @@ -889,7 +889,7 @@
                                    • - + Return @@ -901,7 +901,7 @@
                                    • - + test_dataloader @@ -909,7 +909,7 @@
                                      • - + Return @@ -921,7 +921,7 @@
                                      • - + add_model_specific_args @@ -929,7 +929,7 @@
                                        • - + Return @@ -2047,7 +2047,7 @@ The + diff --git a/LightningModule/methods/index.html b/LightningModule/methods/index.html index a4457f9f..cb5f8c28 100644 --- a/LightningModule/methods/index.html +++ b/LightningModule/methods/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -171,7 +171,7 @@ -
                                          +
                                          @@ -284,21 +284,21 @@
                                          - + diff --git a/LightningModule/properties/index.html b/LightningModule/properties/index.html index f26543d8..1e5e67c1 100644 --- a/LightningModule/properties/index.html +++ b/LightningModule/properties/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -171,7 +171,7 @@ -
                                          +
                                          @@ -296,56 +296,56 @@
                                          - + diff --git a/Trainer/Checkpointing/index.html b/Trainer/Checkpointing/index.html index 5dfbbb7b..14232591 100644 --- a/Trainer/Checkpointing/index.html +++ b/Trainer/Checkpointing/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -171,7 +171,7 @@ -
                                          +
                                          @@ -344,14 +344,14 @@
                                          - + diff --git a/Trainer/Distributed training/index.html b/Trainer/Distributed training/index.html index 42aca7fe..08d7b851 100644 --- a/Trainer/Distributed training/index.html +++ b/Trainer/Distributed training/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -171,7 +171,7 @@ -
                                          +
                                          @@ -356,63 +356,63 @@
                                          • - + Choosing a backend
                                          • - + Distributed and 16-bit precision.
                                          • - + CUDA flags
                                          • - + 16-bit mixed precision
                                          • - + Single-gpu
                                          • - + multi-gpu
                                          • - + Multi-node
                                          • - + Auto-slurm-job-submission
                                          • - + Self-balancing architecture @@ -573,63 +573,63 @@
                                            • - + Choosing a backend
                                            • - + Distributed and 16-bit precision.
                                            • - + CUDA flags
                                            • - + 16-bit mixed precision
                                            • - + Single-gpu
                                            • - + multi-gpu
                                            • - + Multi-node
                                            • - + Auto-slurm-job-submission
                                            • - + Self-balancing architecture @@ -1119,7 +1119,7 @@ do this for you. The SlurmCluster can also run a grid search if you pass in a - + diff --git a/Trainer/Logging/index.html b/Trainer/Logging/index.html index cdb88187..7e3863c5 100644 --- a/Trainer/Logging/index.html +++ b/Trainer/Logging/index.html @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -79,7 +79,7 @@ - + Skip to content @@ -171,7 +171,7 @@ -
                                              +
                                              @@ -368,57 +368,84 @@
                                              • - - Display metrics in progress bar - - -
                                              • - -
                                              • - - Log metric row every k batches - - -
                                              • - -
                                              • - - Log metric row every k batches - - -
                                              • - -
                                              • - - Process position - - -
                                              • - -
                                              • - - Save a snapshot of all hyperparameters - - -
                                              • - -
                                              • - - Snapshot code for a training run - - -
                                              • - -
                                              • - - Tensorboard support + + Setting up logging + +
                                              • + +
                                              • + + Using loggers + + +