flops-profiler icon indicating copy to clipboard operation
flops-profiler copied to clipboard

typo in profiler.py

Open ShunsukeNakai opened this issue 1 year ago • 0 comments

I found typo in profiler.py.

[line 813] incorrect code: filters_per_channel = out_channels // grofups correct code: filters_per_channel = out_channels // groups

ShunsukeNakai avatar Jun 20 '23 06:06 ShunsukeNakai