MCPcopy Create free account
hub / github.com/ali-vilab/dreamtalk / forward

Method forward

generators/base_function.py:262–264  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

260
261
262 def forward(self, x):
263 out = self.model(x)
264 return out
265
266class DownBlock2d(nn.Module):
267 def __init__(self, input_nc, output_nc, norm_layer=nn.BatchNorm2d, nonlinearity=nn.LeakyReLU(), use_spect=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected