mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 11:23:29 +00:00
Remove print.
This commit is contained in:
parent
3711b31dff
commit
e93cdd0ad0
@ -36,7 +36,6 @@ class EfficientNetEncoder(nn.Module):
|
|||||||
x = x * 0.5 + 0.5
|
x = x * 0.5 + 0.5
|
||||||
x = (x - self.mean.view([3,1,1])) / self.std.view([3,1,1])
|
x = (x - self.mean.view([3,1,1])) / self.std.view([3,1,1])
|
||||||
o = self.mapper(self.backbone(x))
|
o = self.mapper(self.backbone(x))
|
||||||
print(o.shape)
|
|
||||||
return o
|
return o
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user