onnx2pytorch
onnx2pytorch copied to clipboard
Missing type STRINGS when parsing attributes
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?