MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __init__

Method __init__

examples/WanVSR/utils/utils.py:55–59  ·  view source on GitHub ↗
(self, ff, hh, ww)

Source from the content-addressed store, hash-verified

53
54class PixelShuffle3d(nn.Module):
55 def __init__(self, ff, hh, ww):
56 super().__init__()
57 self.ff = ff
58 self.hh = hh
59 self.ww = ww
60
61 def forward(self, x):
62 # x: (B, C, F, H, W)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected