Skip to content

Commit 7452176

Browse files
committed
Remove debug print from mnv5 enc module
1 parent 2171831 commit 7452176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

timm/models/mobilenetv5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ def forward_intermediates(
528528
feat_idx = 0 # stem is index 0
529529
x = self.conv_stem(x)
530530
if feat_idx in take_indices:
531-
print("conv_stem is captured")
532531
intermediates.append(x)
533532
if feat_idx in self.msfa_indices:
534533
msfa_intermediates.append(x)

0 commit comments

Comments
 (0)