sakura.sakuraAE.sakuraAE.load_checkpoint

sakuraAE.load_checkpoint(checkpoint_path)

Load a checkpoint file and resume the model’s state, including parameters, random states, training progress, etc.

Parameters:

checkpoint_path (str) – File path of the checkpoint to load

Returns:

A dictionary containing the loaded checkpoint data

Return type:

dict