loadweights {NeuralEstimators} | R Documentation |
load a collection of saved weights of a neural estimator
Description
load a collection of saved weights of a neural estimator
Usage
loadweights(estimator, filename)
Arguments
estimator |
the neural estimator that we wish to load weights into |
filename |
file (including absolute path) of the neural-network weights saved as a |
Value
estimator
updated with the saved weights
See Also
[Package NeuralEstimators version 0.1.0 Index]