MCPcopy Create free account
hub / github.com/espnet/espnet / main

Function main

utils/json2trn.py:30–32  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

28
29
30def main(args):
31 args = get_parser().parse_args(args)
32 convert(args.json, args.dict, args.refs, args.hyps, args.num_spkrs)
33
34
35def convert(jsonf, dic, refs, hyps, num_spkrs=1):

Callers 1

json2trn.pyFile · 0.70

Calls 2

get_parserFunction · 0.70
convertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…