MCPcopy Create free account
hub / github.com/apple/axlearn / __init__

Method __init__

axlearn/common/trainer_config_modifier.py:214–217  ·  view source on GitHub ↗
(self, cfg: Config)

Source from the content-addressed store, hash-verified

212 modification: Required[Configurable.Config] = REQUIRED
213
214 def __init__(self, cfg: Config):
215 super().__init__(cfg)
216 self._target_config = self.config.target_config
217 self._modification = self.config.modification
218
219 def _merge_configs(
220 self, target_cfg: Configurable.Config, found_module: Configurable.Config

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected