Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DIVE128/DMVSNet
/ is_main_process
Function
is_main_process
tools.py:280–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
279
280
def
is_main_process():
281
return
get_rank() == 0
282
283
284
def
setup_for_distributed(is_master):
Callers
4
__init__
Method · 0.85
train
Method · 0.85
train_epoch
Method · 0.85
validate
Method · 0.85
Calls
1
get_rank
Function · 0.85
Tested by
no test coverage detected