Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
class
Mish(torch.nn.Module):
244
def
forward(self, hidden_states):
245
return
hidden_states * torch.tanh(torch.nn.functional.softplus(hidden_states))
Callers
2
forward
Method · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected