You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation doesn't support STRINGS as attribute type. Per ONNX sepc for LSTM, one of the attributes can be activations which is of type STRINGS. This leads to conversion error on LSTM models. Could you add STRINGS attribute type?