We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba221bb commit 8c449f8Copy full SHA for 8c449f8
models/modules/hdit/flops.py
@@ -8,7 +8,7 @@
8
9
10
@contextmanager
11
-def flop_counter(enable=True):
+def flop_counter(enable=False):
12
try:
13
old_flop_counter = state.flop_counter
14
state.flop_counter = FlopCounter() if enable else None
0 commit comments