Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TEA-Lab/TwoByTwo
/ main
Function
main
src/script/our_eval.py:171–174 ·
view source on GitHub ↗
(cfg)
Source
from the content-addressed store, hash-verified
169
170
171
def
main(cfg):
172
world_size = len(cfg.gpus)
173
174
mp.spawn(train, args=(world_size, cfg), nprocs=world_size, join=True)
175
176
if
__name__ ==
'__main__'
:
177
Callers
1
our_eval.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected