Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
def
NoGradParamDict(x):
75
assert isinstance(x, dict)
76
return
nn.ParameterDict(x).requires_grad_(False)
77
78
79
def
edge_str(i, j):
Callers
1
_init_from_views
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected