How can I export PyTorch model to ONNX if it uses PackedSequence?
I try to export PyTorch model that uses PackedSequence into ONNX model and get next error
RuntimeError: ONNX export failed: Cannot export individual pack_padded_sequence or pad_packed_sequence; these operations must occur in pairs.