tabensemb.model.AbstractNN._save_to_state_dict#
method
- AbstractNN._save_to_state_dict(destination, prefix, keep_vars)#
Saves module state to destination dictionary, containing a state of the module, but not its descendants. This is called on every submodule in
state_dict().In rare cases, subclasses can achieve class-specific behavior by overriding this method with custom logic.