We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad026e6 commit 7ccb10eCopy full SHA for 7ccb10e
timm/models/_efficientnet_builder.py
@@ -25,7 +25,7 @@
25
_logger = logging.getLogger(__name__)
26
27
28
-_DEBUG_BUILDER = True
+_DEBUG_BUILDER = False
29
30
# Defaults used for Google/Tensorflow training of mobile networks /w RMSprop as per
31
# papers and TF reference implementations. PT momentum equiv for TF decay is (1 - TF decay)
0 commit comments