MCPcopy Create free account
hub / github.com/CompVis/diff2flow / forward

Method forward

diff2flow/models/unet/openaimodel.py:133–134  ·  view source on GitHub ↗
(self,x)

Source from the content-addressed store, hash-verified

131 self.up = nn.ConvTranspose2d(self.channels,self.out_channels,kernel_size=ks,stride=2)
132
133 def forward(self,x):
134 return self.up(x)
135
136
137class Downsample(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected