Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/pix2pixHD
/ get_current_errors
Method
get_current_errors
models/base_model.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
self.input
34
35
def
get_current_errors(self):
36
return
{}
37
38
def
save(self, label):
39
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected