MCPcopy Create free account
hub / github.com/baidu/lac / __init__

Method __init__

python/LAC/reader.py:189–190  ·  view source on GitHub ↗
(self, args, dev_count=10)

Source from the content-addressed store, hash-verified

187class SegDataset(Dataset):
188 """seg model data reader"""
189 def __init__(self, args, dev_count=10):
190 Dataset.__init__(self, args, dev_count)
191
192 def parse_tag(self, line):
193 """convert segment data to lac data format"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected