Learn R Programming

sits (version 0.10.0)

sits_keras_load: Load a Keras model for processing in sits

Description

Takes a save Keras model 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 environment required for sits to work with the model.

Usage

sits_keras_load(hdffile, rdsfile)

Arguments

hdffile

An hdf5 file where the keras model is to be saved.

rdsfile

A rds file where the R environment is to be saved.

Value

An R Keras model trained by sits_deeplearning.