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

Class ExperimentConfig

tgs/utils/config.py:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclass
34class ExperimentConfig:
35 n_gpus: int = 1
36 data: dict = field(default_factory=dict)
37 system: dict = field(default_factory=dict)
38
39def load_config(
40 *yamls: str, cli_args: list = [], from_string=False, makedirs=True, **kwargs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected