Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CompVis/diff2flow
/ conv
Function
conv
diff2flow/tiny_autoencoder.py:10–11 ·
view source on GitHub ↗
(n_in, n_out, **kwargs)
Source
from the content-addressed store, hash-verified
8
9
10
def
conv(n_in, n_out, **kwargs):
11
return
nn.Conv2d(n_in, n_out, 3, padding=1, **kwargs)
12
13
14
class
Clamp(nn.Module):
Callers
3
__init__
Method · 0.85
Encoder
Function · 0.85
Decoder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected