Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/vid2vid
/ test
Method
test
models/base_model.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
23
# used in test time, no backprop
24
def
test(self):
25
pass
26
27
def
get_image_paths(self):
28
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected