Takes a save Keras model trained by sits_deeplearning
, which has
been saved in two files and loads it in memory for further processing.
One file is the keras model itself (saved as hdf5) and the other is the R enviroment required for sits
to work with the model.
sits_load_keras(hdffile, rdsfile)
An hdf5 file where the keras model is to be saved.
A rds file where the R environment is to be saved.
An R Keras model trained by sits_deeplearning
.