-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can FlashFFTConv be used for Conv2d on PyTorch? #22
Comments
Not yet, but it's something we're very interested in looking into soon. To help us target better - what models do you want to use it for? Are they depthwise or grouped convolutions, and what are the filter sizes? |
Just normal Conv3x3-conv and I noticed the paper didn't say anything about really small filter size. I plan to use it in U-Net Diffusion |
Hello, will normal conv3x3 and (conv3x3 where group size = 4) be compatible with FlashFFTConv? |
The 3x3 wouldn't be a great use case right now - we specialize for really long filters (size on the order of the input image). |
There is not any Conv2d application? So, I must encode the data to tokens like attention if I want to use it on CV? |
That's correct, we don't have a Conv2D implemented right now. |
No description provided.
The text was updated successfully, but these errors were encountered: