Load model checkpoint from file.
Load model checkpoint from file.
Prefix of model name.
Epoch number of model we would like to load.
symbol : The symbol configuration of computation network. argParams : Model parameter, dict of name to NDArray of net's weights. auxParams : Model parameter, dict of name to NDArray of net's auxiliary states.
- symbol will be loaded from
.
- parameters will be loaded from prefix-symbol.json
.
prefix-epoch.params
Checkpoint the model data into file.
Checkpoint the model data into file.
Prefix of model name.
The epoch number of the model.
The input symbol
Model parameter, dict of name to NDArray of net's weights.
Model parameter, dict of name to NDArray of net's auxiliary states.
-
will be saved for symbol.
- prefix-symbol.json
will be saved for parameters.
prefix-epoch.params