MCPcopy Create free account
hub / github.com/PrathamLearnsToCode/paper2code / __init__

Function __init__

skills/paper2code/scaffolds/model_template.py:60–63  ·  view source on GitHub ↗
(self, config: ModelConfig)

Source from the content-addressed store, hash-verified

58 """
59
60 def __init__(self, config: ModelConfig):
61 super().__init__()
62 # §{{SECTION}} — build layers as described
63 pass # REPLACE with actual layers
64
65 def forward(self, x: torch.Tensor) -> torch.Tensor:
66 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected