You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know how you calculate the FlOPs? What libraries do you use?
I have tried using FVCORE to calculate FLOPs, but that library does not seem to support GELU.
In addition, many libraries do not support models with lists in the input, so they cannot calculate FLOPs for the depth decoder.
Can you share the code for calculating FLOPs? Many thanks!
The text was updated successfully, but these errors were encountered:
Thank you for the wonderful work!
I would like to know how you calculate the FlOPs? What libraries do you use?
I have tried using FVCORE to calculate FLOPs, but that library does not seem to support GELU.
In addition, many libraries do not support models with lists in the input, so they cannot calculate FLOPs for the depth decoder.
Can you share the code for calculating FLOPs? Many thanks!
The text was updated successfully, but these errors were encountered: