MCPcopy
hub / github.com/Audio-AGI/AudioSep / is_master

Function is_master

models/CLAP/training/distributed.py:20–21  ·  view source on GitHub ↗
(args, local=False)

Source from the content-addressed store, hash-verified

18
19
20def is_master(args, local=False):
21 return is_local_master(args) if local else is_global_master(args)
22
23
24def is_using_horovod():

Callers 6

mainFunction · 0.90
mainFunction · 0.90
train_one_epochFunction · 0.85
evaluateFunction · 0.85
train_one_epochFunction · 0.85
evaluateFunction · 0.85

Calls 2

is_local_masterFunction · 0.85
is_global_masterFunction · 0.85

Tested by

no test coverage detected