scvi.train.ScibCallback#

class scvi.train.ScibCallback[source]#

Bases: Callback

A callback to initialize the Scib-Metrics autotune module.

Attributes table#

Methods table#

on_train_end(trainer, pl_module)

Called when the train ends.

on_validation_end(trainer, pl_module)

Called when the validation loop ends.

Attributes#

Methods#

ScibCallback.on_train_end(trainer, pl_module)[source]#

Called when the train ends.

ScibCallback.on_validation_end(trainer, pl_module)[source]#

Called when the validation loop ends.