We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that we are missing adaptive pool 3d in our 3D op collections. With this, we can run 3D resnet from torchvision https://github.com/pytorch/vision/blob/master/torchvision/models/video/resnet.py
@optima2005 Are you interested in and have time to work on this? Otherwise I'll do it. It should be pretty similar to pool 3d you added.
The text was updated successfully, but these errors were encountered:
ok, I'll work on this.
Sorry, something went wrong.
Done in #5049
No branches or pull requests
I found that we are missing adaptive pool 3d in our 3D op collections. With this, we can run 3D resnet from torchvision https://github.com/pytorch/vision/blob/master/torchvision/models/video/resnet.py
@optima2005 Are you interested in and have time to work on this? Otherwise I'll do it. It should be pretty similar to pool 3d you added.
The text was updated successfully, but these errors were encountered: