Skip to content

Commit 7ccb10e

Browse files
committed
Disable efficient_builder debug flag
1 parent ad026e6 commit 7ccb10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/_efficientnet_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
_logger = logging.getLogger(__name__)
2626

2727

28-
_DEBUG_BUILDER = True
28+
_DEBUG_BUILDER = False
2929

3030
# Defaults used for Google/Tensorflow training of mobile networks /w RMSprop as per
3131
# papers and TF reference implementations. PT momentum equiv for TF decay is (1 - TF decay)

0 commit comments

Comments
 (0)