-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option to count MAC (default to True) instead of flops (#77)
Summary: Pull Request resolved: #77 MACs and FLOPs are different concepts but often misused. This should make it more clear that FlopCounter is actually counting MACs. Maybe we should even change the default but that's a different decision to make. Differential Revision: D28859722 fbshipit-source-id: e0a1ec37ce1888a5ab8138edd9301e59959c3d8f
- Loading branch information
1 parent
20d5713
commit 0af9871
Showing
4 changed files
with
87 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters