-
Notifications
You must be signed in to change notification settings - Fork 100
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
2d dct FLOPs computing method #7
Comments
We compute the weight of 2d dct during initialization. The dct kernel is fixed and has no extra computation cost in the training phase. |
Thanks. If you can provide me some idea or code or fomula about that, I will be thanks so much:) 👍 @peterzpy |
@TianhaoFu |
The FLOPs is calculated by: https://github.com/sovrasov/flops-counter.pytorch |
Thanks |
Hi, I noticed that in your paper you computed FCAnet model FLOPs.
I wonder how do you compute the FLOPs of 2d dct? Could you provide your formula or code?
Thanks!
The text was updated successfully, but these errors were encountered: