MCPcopy Create free account
hub / github.com/MotrixLab/MotionDiffuse / short_cut

Method short_cut

text2motion/datasets/evaluator_models.py:263–264  ·  view source on GitHub ↗
(self, querys, keys)

Source from the content-addressed store, hash-verified

261 return pred, co_weights
262
263 def short_cut(self, querys, keys):
264 return self.W_q(querys), self.W_k(keys)
265
266
267class TextEncoderBiGRU(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected