MCPcopy Create free account
hub / github.com/TL-UESTC/UniMoS / forward

Method forward

model.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102
103 @autocast()
104 def forward(self):
105 return 0, self.naive_embedding
106
107
108def update_qhat(probs, qhat, momentum=0.99, qhat_mask=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected