-
Notifications
You must be signed in to change notification settings - Fork 7.7k
torch.export
fails when model uses ImageList.from_tensors
#5347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Met this problem as well, wondering how to fix it |
I tried on the nightly branch of pytroch and can reproduce the Option 1 is you can use draft_export, like
Option 2, which is the proper fix, is you need to add some The fix you need is #5467
|
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Summary: Pull Request resolved: facebookresearch#5468 Fixes facebookresearch#5347 This allows for torch.export.export ImageList.from_tensors. Differential Revision: D74835454
Instructions To Reproduce the 🐛 Bug:
run, such as a private dataset.
Expected behavior:
If there are no obvious error in "full logs" provided above,
please tell us the expected behavior.
Environment:
The text was updated successfully, but these errors were encountered: