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

View source: R/core.R

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

Value

estimator updated with the saved weights

See Also

loadstate()


NeuralEstimators documentation built on Nov. 3, 2024, 9:07 a.m.