| loadTrainedModelFromH5 {digitalDLSorteR} | R Documentation |
Load from an HDF5 file a trained Deep Neural Network model into a
DigitalDLSorter object
Description
Load from an HDF5 file a trained Deep Neural Network model into a
DigitalDLSorter object. Note that HDF5 file must be a
valid trained model (keras object).
Usage
loadTrainedModelFromH5(object, file.path, reset.slot = FALSE)
Arguments
object |
|
file.path |
Valid file path where the model are stored. |
reset.slot |
Deletes |
Value
DigitalDLSorter object with trained.model
slot with the new keras DNN model incorporated.
See Also
trainDDLSModel
deconvDDLSObj saveTrainedModelAsH5
[Package digitalDLSorteR version 1.0.1 Index]