flops-profiler
flops-profiler copied to clipboard
typo in profiler.py
I found typo in profiler.py.
[line 813] incorrect code: filters_per_channel = out_channels // grofups correct code: filters_per_channel = out_channels // groups