Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/UniFormerV2
/ main
Function
main
tools/benchmark.py:15–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
main():
16
args = parse_args()
17
cfg = load_config(args)
18
19
launch_job(
20
cfg=cfg, init_method=args.init_method, func=benchmark_data_loading
21
)
22
23
24
if
__name__ ==
"__main__"
:
Callers
1
benchmark.py
File · 0.70
Calls
3
parse_args
Function · 0.90
load_config
Function · 0.90
launch_job
Function · 0.90
Tested by
no test coverage detected