MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / conv

Function conv

wan/models/wan_vae_tiny.py:13–14  ·  view source on GitHub ↗
(n_in, n_out, **kwargs)

Source from the content-addressed store, hash-verified

11
12
13def conv(n_in, n_out, **kwargs):
14 return nn.Conv2d(n_in, n_out, 3, padding=1, **kwargs)
15
16
17class Clamp(nn.Module):

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected