load_lstm | R Documentation |
Load a trained LSTM model from disk
load_lstm(path, python_model_name = "load_tmp_model")
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. |
trained LSTM model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.