MCPcopy Create free account
hub / github.com/Francis-Rings/MotionFollower / forward

Method forward

src/models/resnet.py:244–245  ·  view source on GitHub ↗
(self, hidden_states)

Source from the content-addressed store, hash-verified

242
243class Mish(torch.nn.Module):
244 def forward(self, hidden_states):
245 return hidden_states * torch.tanh(torch.nn.functional.softplus(hidden_states))

Callers 2

forwardMethod · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected