MCPcopy Create free account
hub / github.com/apple/ml-sharp / InitializerOutput

Class InitializerOutput

src/sharp/models/initializer.py:51–61  ·  view source on GitHub ↗

Output of initializer.

Source from the content-addressed store, hash-verified

49
50
51class InitializerOutput(NamedTuple):
52 """Output of initializer."""
53
54 # Gaussian base values.
55 gaussian_base_values: GaussianBaseValues
56
57 # Feature input to the Gaussian predictor.
58 feature_input: torch.Tensor
59
60 # Global scale to unscale output.
61 global_scale: torch.Tensor | None = None
62
63
64class MultiLayerInitializer(nn.Module):

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected