01 · export failure
torch.jit.script failed: control flow
The legacy PyTorch exporter can't capture your model's loops. Remove the dynamic axis, or try the dynamo exporter.
read →02 · silent corruption
LSTM export fails or produces wrong outputs
The PyTorch LSTM + dynamic seq_len combination. Static seq_len at export, validate against onnxruntime.
read →More export error guides as readers hit them — email yours.