Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenGVLab/DragGAN
/ ModelWrapper
Class
ModelWrapper
draggan/deprecated/web.py:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
class
ModelWrapper:
48
def
__init__(self, **kwargs):
49
self.g_ema = stylegan2(**kwargs).to(device)
50
51
52
def
to_image(tensor):
Callers
2
on_change_model
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected