ResBlock3D.register_state_dict_pre_hook
- ResBlock3D.register_state_dict_pre_hook(hook)[source]
Register a pre-hook for the
state_dict()method.- It should have the following signature::
hook(module, prefix, keep_vars) -> None
The registered hooks can be used to perform pre-processing before the
state_dictcall is made.