tabensemb.model.AbstractNN._register_state_dict_hook#

method

AbstractNN._register_state_dict_hook(hook)#

These hooks will be called with arguments: self, state_dict, prefix, local_metadata, after the state_dict of self is set. Note that only parameters and buffers of self or its children are guaranteed to exist in state_dict. The hooks may modify state_dict inplace or return a new one.