MCPcopy Create free account
hub / github.com/bytedance/MegaTTS3 / unk

Method unk

tts/utils/text_utils/text_encoder.py:251–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249 return self.eos_index
250
251 def unk(self):
252 return self.unk_index
253
254 def seg(self):
255 return self.seg_index

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected