loadstate {NeuralEstimators} | R Documentation |
Load a saved state of a neural estimator
Description
Load a saved state of a neural estimator (e.g., optimised neural-network parameters). Useful for amortised inference, whereby a neural network is trained once and then used repeatedly to make inference with new data sets.
Usage
loadstate(estimator, filename)
Arguments
estimator |
the neural estimator that we wish to load the state into |
filename |
file name (including path) of the neural-network state stored in a |
Value
estimator
updated with the saved state
[Package NeuralEstimators version 0.2.0 Index]