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

Class Config

tokenizer.py:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423@si_module
424class GaussianZ(nn.Module):
425 class Config:
426 dim: int
427 latent_dim: int
428 bias: bool = False
429 use_weight_norm: bool = False
430
431 def __init__(self, c: Config):
432 super().__init__()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected