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

Class Config

ioblocks.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20@si_module
21class GaussianMixtureIOLayer(nn.Module):
22 class Config:
23 latent_dim: int
24 dim: int
25 num_components: int
26
27 def __init__(self, c: Config):
28 super().__init__()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected