MCPcopy Create free account
hub / github.com/NVIDIA/vid2vid / forward

Method forward

models/base_model.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 self.input = input
19
20 def forward(self):
21 pass
22
23 # used in test time, no backprop
24 def test(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected