MCPcopy Create free account
hub / github.com/CUT3R/CUT3R / NoGradParamDict

Function NoGradParamDict

cloud_opt/utils.py:74–76  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

72
73
74def NoGradParamDict(x):
75 assert isinstance(x, dict)
76 return nn.ParameterDict(x).requires_grad_(False)
77
78
79def edge_str(i, j):

Callers 1

_init_from_viewsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected