load.LSTM: Load the pre-trained Long Short Term Memory (LSTM) Network
Description
Loads the pre-trained Long Short Term Memory (LSTM) Network form LSTM.onnx.
The function uses the reticulate package to import the onnxruntime Python library
and create an inference session for the model.
Usage
load.LSTM()
Arguments
Value
An ONNX runtime inference session object for the LSTM model.