-
Notifications
You must be signed in to change notification settings - Fork 2
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
Op Support: torchvision.roi_align.default #143
Comments
Here is some sample test code to help with the acc_op implementation
Currently, this will fail with |
Current status: Converter has been coded for this op, branch To debug the 'half_pixel' mode calculations, I'm comparing them in detail with the implementation found in Onnxruntime. This was used as the model for the MigraphX version but the code is just different enough to make checking a big job. There isn't any PR for this task at this time. |
Confirmed that the MIGraphX ROIAlign op is buggy and created PR 3482 to fix it. This PR will be a prerequisite for the torch-migraphx code work. The Migraphx implementation of ROIAlign did not have a test for |
PR 3482 is now coded and in review. The torch-migraphx changes, which depend on the MIGraphx PR, are still in progress. |
No description provided.
The text was updated successfully, but these errors were encountered: