save_lstm | R Documentation |
Save a trained LSTM model to disk
save_lstm(model, path, python_model_name = "")
model |
a trained LSTM model gotten from calling LSTM() |
path |
the file name and path to save the model to. Should end in ".pkl" |
python_model_name |
what the model is called in the python session. Relevant if more than one model is in use. Defaults to same name used for the R object. For clarity, should be the same as the name of the R object the model is being saved to when the 'load_lstm' and 'LSTM' functions are initially used. |
trained LSTM model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.