MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / num_reserved_ids

Method num_reserved_ids

utils/text_encoder.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42 @property
43 def num_reserved_ids(self):
44 return self._num_reserved_ids
45
46 def encode(self, s):
47 """Transform a human-readable string into a sequence of int ids.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected