MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / _get_clones

Function _get_clones

tutorials/motr/motr.py:364–365  ·  view source on GitHub ↗
(module, N)

Source from the content-addressed store, hash-verified

362
363
364def _get_clones(module, N):
365 return nn.ModuleList([copy.deepcopy(module) for i in range(N)])
366
367
368class MOTR(nn.Module):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected