MCPcopy Create free account
hub / github.com/Standard-Intelligence/hertz-dev / Config

Class Config

model.py:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60@si_module
61class TransformerVAE(nn.Module):
62 class Config:
63 io_config: Optional[GaussianMixtureIOLayer.Config] = None
64 stack_config: Optional[Stack.Config] = None
65 quantizer_config: Optional[LatentQuantizer.Config] = None
66
67 plex_layer: int = None
68 plex_roll: int = 1
69 split: bool = True
70
71 from_pretrained: Optional[Tuple[str, str]] = None
72
73 def __init__(self, c: Config):
74 super().__init__()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected