restore fitted model and addons

restore_islr_cnn(folder)

Arguments

folder

character(1) path to a previously saved islr_cnn

Value

instance of fitted islr_cnn with addons describing package version for creation

Examples

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.