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

Method load_pretrained

mogen/models/rnns/t2m_bigru.py:287–289  ·  view source on GitHub ↗
(self, ckpt_path)

Source from the content-addressed store, hash-verified

285 return self.text_encoder(text=text, token=token, device=device)
286
287 def load_pretrained(self, ckpt_path):
288 self.motion_encoder.load_pretrained(ckpt_path)
289 self.text_encoder.load_pretrained(ckpt_path)

Callers 1

__init__Method · 0.95

Calls 1

load_pretrainedMethod · 0.45

Tested by

no test coverage detected