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 2171831 commit 7452176Copy full SHA for 7452176
timm/models/mobilenetv5.py
@@ -528,7 +528,6 @@ def forward_intermediates(
528
feat_idx = 0 # stem is index 0
529
x = self.conv_stem(x)
530
if feat_idx in take_indices:
531
- print("conv_stem is captured")
532
intermediates.append(x)
533
if feat_idx in self.msfa_indices:
534
msfa_intermediates.append(x)
0 commit comments