loadstate: load a saved state of a neural estimator
Description
Load a saved state of a neural estimator, including both weights and additional model parameters.
Usage
loadstate(estimator, filename)
Value
estimator
updated with the saved state
Arguments
- estimator
the neural estimator that we wish to load the state into
- filename
file (including absolute path) of the neural-network state in a bson
file