Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
class
VQGANModel(nn.Module):
Callers
5
_load_model
Method · 0.45
_load_model
Method · 0.45
_load_model
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
get_default_config
Method · 0.45
Tested by
no test coverage detected