MCPcopy Create free account
hub / github.com/PolymathicAI/AstroCLIP / forward

Method forward

astroclip/modules.py:290–293  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

288 torch.nn.init.zeros_(self.bias)
289
290 def forward(self, input):
291 return F.layer_norm(
292 input, self.normalized_shape, self.weight, self.bias, self.eps
293 )
294
295
296class TiedLinear(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected