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

Method seg

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

Source from the content-addressed store, hash-verified

285 return self.unk_index
286
287 def seg(self):
288 return self.seg_index
289
290 def store_to_file(self, filename):
291 """Write vocab file to disk.

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected