MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / CustomAlbert

Class CustomAlbert

kokoro/modules.py:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179# https://github.com/yl4579/StyleTTS2/blob/main/Utils/PLBERT/util.py
180class CustomAlbert(AlbertModel):
181 def forward(self, *args, **kwargs):
182 outputs = super().forward(*args, **kwargs)
183 return outputs.last_hidden_state

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected