Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ conv
Function
conv
examples/WanVSR/utils/TCDecoder.py:34–35 ·
view source on GitHub ↗
(n_in, n_out, **kwargs)
Source
from the content-addressed store, hash-verified
32
self.bias.zero_()
33
34
def
conv(n_in, n_out, **kwargs):
35
return
nn.Conv2d(n_in, n_out, 3, padding=1, **kwargs)
36
37
class
Clamp(nn.Module):
38
def
forward(self, x):
Callers
2
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected