diff --git a/LightningModule/RequiredTrainerInterface/index.html b/LightningModule/RequiredTrainerInterface/index.html index e4cfffe2..3490e78e 100644 --- a/LightningModule/RequiredTrainerInterface/index.html +++ b/LightningModule/RequiredTrainerInterface/index.html @@ -290,29 +290,23 @@
  • + + Required Methods + + + +
  • + + + +
  • - - on_load_checkpoint + + Optional Methods + + +
  • - -
  • + +
  • test_dataloader @@ -429,8 +450,8 @@
  • - -
  • + +
  • update_tng_log_metrics @@ -449,8 +470,8 @@
  • - -
  • + +
  • add_model_specific_args @@ -469,6 +490,11 @@
  • + + + + + @@ -713,29 +739,23 @@
  • + + Required Methods + + + +
  • + + + +
  • - - on_load_checkpoint + + Optional Methods + + +
  • - -
  • + +
  • test_dataloader @@ -852,8 +899,8 @@
  • - -
  • + +
  • update_tng_log_metrics @@ -872,8 +919,8 @@
  • - -
  • + +
  • add_model_specific_args @@ -892,6 +939,11 @@
  • + + + + + @@ -920,20 +972,14 @@

    Required:

    -

    Optional:

    +

    Optional:
    +- validation_step +- validation_end +- val_dataloader +- test_dataloader