ag_load_model: Load an autograd module from a saved state
Description
Reconstructs an ag_* module saved with ag_save_model.
The architecture is rebuilt by calling model_fn (either the one passed
here, or the one stored inside the container at save time), and the saved
parameter and buffer values are copied back by name.