pytorch_lightning.trainer.callback_config module¶
-
class
pytorch_lightning.trainer.callback_config.TrainerCallbackConfigMixin[source]¶ Bases:
abc.ABC-
configure_checkpoint_callback(checkpoint_callback)[source]¶ Weight path set in this priority: Checkpoint_callback’s path (if passed in). User provided weights_saved_path Otherwise use os.getcwd()
-
abstract
is_overridden(*args)[source]¶ Warning: this is just empty shell for code implemented in other class.
-
abstract
save_checkpoint(*args)[source]¶ Warning: this is just empty shell for code implemented in other class.
-