Learn R Programming

NeuralEstimators (version 0.1.3)

loadweights: load a collection of saved weights of a neural estimator

Description

This function is deprecated and will be removed in a future version. Please use loadstate() instead, which provides more comprehensive functionality.

Usage

loadweights(estimator, filename)

Value

estimator updated with the saved weights

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 bson file

See Also

loadstate()