MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / std

Method std

tensorpack/utils/stats.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191
192 @property
193 def std(self):
194 return np.sqrt(self.variance)

Callers 1

_augmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected