facebookresearch / facebookresearch/SlowFast
Output reproducibility issue while converting Mvitv2 torch model to ONNX format
Open
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
We tried to convert Mvitv2 torch model to onnx using torch.onnx.export.Even thought the input is same , we are getting 2 different outputs for torch and onnx models (which are way different). However on the dummy input we used while conversion its producing same output for torch and onnx . How can convert our Mvitv2 torch model to onnx such that the same results are reproduced ?
Contributor guide
Assessment
This issue has not been assessed yet.