load_lstm: Load a trained LSTM model from disk

load_lstmR Documentation

Load a trained LSTM model from disk

Description

Load a trained LSTM model from disk

Usage

load_lstm(path, python_model_name = "load_tmp_model")

Arguments

path

the file name and path to read the model from. Should end in ".pkl"

python_model_name

what the model will be called in the python session. Relevant if more than one model is being loaded. For clarity, should be the same as the name of the R object the model is being saved to.

Value

trained LSTM model


dhopp1/nowcastLSTM documentation built on May 7, 2024, 9:30 a.m.