load_model_from_python.Rd
Load the neural network model from its .hdf5 file.
load_model_from_python(model_path)
String containing the path to the model's .hdf5 file.
The loaded model.
if (FALSE) { # \dontrun{ nn_model <- load_model_from_python("/path/to/the/model.hdf5") } # }