MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / forward

Method forward

mogen/models/transformers/mdm.py:224–227  ·  view source on GitHub ↗
(self, timesteps)

Source from the content-addressed store, hash-verified

222 )
223
224 def forward(self, timesteps):
225 output = self.time_embed(self.sequence_pos_encoder.pe[timesteps])
226 output = output.permute(1, 0, 2)
227 return output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected