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

Class Config

axlearn/common/deberta.py:388–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387 @config_class
388 class Config(Embedding.Config):
389 norm: InstantiableConfig = LayerNorm.default_config()
390
391 def __init__(self, cfg: Config, *, parent: Optional[Module]):
392 super().__init__(cfg, parent=parent)

Callers

nothing calls this directly

Calls 1

default_configMethod · 0.45

Tested by

no test coverage detected