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

Method configure

tgs/utils/base.py:119–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

117 params.requires_grad = False
118
119 def configure(self, *args, **kwargs) -> None:
120 pass
121
122 def register_non_module(self, name: str, module: nn.Module) -> None:
123 # non-modules won't be treated as model parameters

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected