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

Method get_current_errors

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

Source from the content-addressed store, hash-verified

34 return self.input
35
36 def get_current_errors(self):
37 return {}
38
39 def save(self, label):
40 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected