MCPcopy 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
15def 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
24if __name__ == "__main__":

Callers 1

benchmark.pyFile · 0.70

Calls 3

parse_argsFunction · 0.90
load_configFunction · 0.90
launch_jobFunction · 0.90

Tested by

no test coverage detected