serialization
This is summary documentation for hippynn.experiment.serialization module. Click here for full documentation.
Links to Full Documentation:
Checkpoint and state generation.
As a user, in most cases you will only need the load functions here.
Functions
  | 
Check options for restarting across devices.  | 
  | 
Create an experiment state dictionary.  | 
  | 
Save an experiment structure.  | 
  | 
Load checkpoint file from given filename.  | 
  | 
Same as   | 
  | 
Only load model from current working directory.  | 
  | 
Load torch tensors from file.  | 
  | 
This function loads the parameters from the state dictionary into the modules, optionally tries to restart the database, and sets the RNG state.  |