restore fitted model and addons
restore_islr_cnn(folder)
character(1) path to a previously saved islr_cnn
instance of fitted islr_cnn with addons describing package version for creation
restore_islr_cnn(system.file("extdata", "shapemodf", package="littleDeep"))
#> littleDeep 0.0.14 ISLR CNN instance.
#> the call was:
#> islr_cnn(iarr = sh, nEpochs = 10)
#> use $model to retrieve model, $history, and model_probs() for prediction.