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
Thanks for using our code.
You can use the following code for analyzing: from fvcore.nn import FlopCountAnalysis, parameter_count_table flops = FlopCountAnalysis(model, input)
or from thop import profile flops, params = profile(model, inputs=(input, ))
Is there a code for the inference ?especially for the experiment analyzed the average inference time and GFLOPs, Thank you
The text was updated successfully, but these errors were encountered: