-
Notifications
You must be signed in to change notification settings - Fork 134
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
natten error #117
Comments
I am getting the same error. Any help would be greatly appreciated. cuda 12.2 |
Please try with You can find the older versions here: https://www.shi-labs.com/natten/ |
ERROR: Could not build wheels for natten, which is required to install pyproject.toml-based projects |
Here is the same error. To maximize the performance of the H800, I upgraded PyTorch to 2.0 under CUDA 12.1 configuration. The COCO training encountered the same issue midway through. However, I successfully compiled natten==0.14.6, and I will try this version to see how it works. |
when I tested demo
150_16_dinat_l_oneformer_coco_100ep.pth
with related configconfigs/coco/dinat/oneformer_dinat_large_bs16_100ep.yaml
I got a
natten
errorInput axes must be greater than or equal to the product of kernel size and dilation. Got kernel size 11, dilation 20, but dimension size was 200
without any modificationcuda 11.7
torch version 2.0.0
natten version 0.17.1
The text was updated successfully, but these errors were encountered: