Commit e93cdd0a authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove print.

parent 3711b31d
......@@ -36,7 +36,6 @@ class EfficientNetEncoder(nn.Module):
x = x * 0.5 + 0.5
x = (x - self.mean.view([3,1,1])) / self.std.view([3,1,1])
o = self.mapper(self.backbone(x))
print(o.shape)
return o
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment