MCPcopy 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
47class ModelWrapper:
48 def __init__(self, **kwargs):
49 self.g_ema = stylegan2(**kwargs).to(device)
50
51
52def to_image(tensor):

Callers 2

on_change_modelFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected