Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ get_value
Method
get_value
tensorpack/callbacks/param.py:86–88 ·
view source on GitHub ↗
Evaluate the variable.
(self)
Source
from the content-addressed store, hash-verified
84
self.var.load(v)
85
86
def
get_value(self):
87
""
" Evaluate the variable. "
""
88
return
self.var.eval()
89
90
91
class
ObjAttrParam(HyperParam):
Callers
nothing calls this directly
Calls
1
eval
Method · 0.80
Tested by
no test coverage detected