scglue.models.base.Trainer.load_state_dict

Trainer.load_state_dict(state_dict)[source]

Load state from a state dict

Parameters:

state_dict (typing.Mapping[str, typing.Any]) – State dict

Return type:

None