mxnet.gluon.Trainer.load_states¶
-
Trainer.
load_states
(fname)[source]¶ Loads trainer states (e.g. optimizer, momentum) from a file.
- Parameters
fname (str) – Path to input states file.
Note
optimizer.param_dict, which contains Parameter information (such as lr_mult and wd_mult) will not be loaded from the file, but rather set based on current Trainer’s parameters.