MCPcopy Index your code
hub / github.com/LargeWorldModel/LWM / load_config

Method load_config

lwm/vqgan.py:101–102  ·  view source on GitHub ↗
(cls, path)

Source from the content-addressed store, hash-verified

99
100 @classmethod
101 def load_config(cls, path):
102 return cls.get_default_config(cls)
103
104
105class VQGANModel(nn.Module):

Callers 5

_load_modelMethod · 0.45
_load_modelMethod · 0.45
_load_modelMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

get_default_configMethod · 0.45

Tested by

no test coverage detected