loadTrainedModelFromH5 | R Documentation |
DigitalDLSorter
objectLoad 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).
loadTrainedModelFromH5(object, file.path, reset.slot = FALSE)
object |
|
file.path |
Valid file path where the model are stored. |
reset.slot |
Deletes |
DigitalDLSorter
object with trained.model
slot with the new keras DNN model incorporated.
trainDDLSModel
deconvDDLSObj
saveTrainedModelAsH5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.