Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ __init__
Method
__init__
examples/WanVSR/utils/TCDecoder.py:74–78 ·
view source on GitHub ↗
(self, ff, hh, ww)
Source
from the content-addressed store, hash-verified
72
73
class
PixelShuffle3d(nn.Module):
74
def
__init__(self, ff, hh, ww):
75
super().__init__()
76
self.ff = ff
77
self.hh = hh
78
self.ww = ww
79
def
forward(self, x):
80
# x: (B, C, F, H, W)
81
B, C, F, H, W = x.shape
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected