MCPcopy Create free account
hub / github.com/VAST-AI-Research/TriplaneGaussian / Config

Class Config

tgs/utils/base.py:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88class BaseModule(nn.Module, Updateable):
89 @dataclass
90 class Config:
91 weights: Optional[str] = None
92 freeze: Optional[bool] = False
93
94 cfg: Config # add this to every subclass of BaseModule to enable static type checking
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected