Skip to content

Commit

Permalink
add callbacks to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Feb 19, 2022
1 parent fb99341 commit c82aa51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ TrainingPlans define train/test/val optimization steps for modules.
train.Trainer
train.TrainingPlan
train.TrainRunner
train.SaveBestState
train.LoudEarlyStopping


Utilities
Expand Down
3 changes: 2 additions & 1 deletion scvi/train/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._callbacks import LoudEarlyStopping
from ._callbacks import LoudEarlyStopping, SaveBestState
from ._trainer import Trainer
from ._trainingplans import (
AdversarialTrainingPlan,
Expand All @@ -18,4 +18,5 @@
"ClassifierTrainingPlan",
"TrainRunner",
"LoudEarlyStopping",
"SaveBestState",
]

0 comments on commit c82aa51

Please sign in to comment.