Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
def
is_master(args, local=False):
21
return
is_local_master(args)
if
local
else
is_global_master(args)
22
23
24
def
is_using_horovod():
Callers
6
main
Function · 0.90
main
Function · 0.90
train_one_epoch
Function · 0.85
evaluate
Function · 0.85
train_one_epoch
Function · 0.85
evaluate
Function · 0.85
Calls
2
is_local_master
Function · 0.85
is_global_master
Function · 0.85
Tested by
no test coverage detected