Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
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
17
def
read_config():
Callers
1
log_process.py
File · 0.70
Calls
1
add_argument
Method · 0.80
Tested by
no test coverage detected