MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_arg_parser

Function get_arg_parser

modelzoo/benchmark/gpu/log_process.py:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def get_arg_parser():
9 parser = argparse.ArgumentParser()
10 parser.add_argument('--log_dir',
11 help='Full path of log directory',
12 required=False,
13 default='./')
14 return parser
15
16
17def read_config():

Callers 1

log_process.pyFile · 0.70

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected