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

Method __init__

tts/utils/text_utils/text_encoder.py:55–56  ·  view source on GitHub ↗
(self, num_reserved_ids=NUM_RESERVED_TOKENS)

Source from the content-addressed store, hash-verified

53 """Base class for converting from ints to/from human readable strings."""
54
55 def __init__(self, num_reserved_ids=NUM_RESERVED_TOKENS):
56 self._num_reserved_ids = num_reserved_ids
57
58 @property
59 def num_reserved_ids(self):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected