MCPcopy 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
91class ObjAttrParam(HyperParam):

Callers

nothing calls this directly

Calls 1

evalMethod · 0.80

Tested by

no test coverage detected