MCPcopy 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
10def conv(n_in, n_out, **kwargs):
11 return nn.Conv2d(n_in, n_out, 3, padding=1, **kwargs)
12
13
14class Clamp(nn.Module):

Callers 3

__init__Method · 0.85
EncoderFunction · 0.85
DecoderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected