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

Method forward

src/models/motion_module.py:274–276  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

272 self.register_buffer("pe", pe)
273
274 def forward(self, x):
275 x = x + self.pe[:, : x.size(1)]
276 return self.dropout(x)
277
278
279class VersatileAttention(Attention):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected