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

Method mean

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

Source from the content-addressed store, hash-verified

183
184 @property
185 def mean(self):
186 return self._mean
187
188 @property
189 def variance(self):

Callers 11

averageMethod · 0.80
_trigger_stepMethod · 0.80
_trigger_epochMethod · 0.80
_after_inferenceMethod · 0.80
get_per_pixel_meanMethod · 0.80
get_per_pixel_meanMethod · 0.80
get_per_channel_meanMethod · 0.80
_augmentMethod · 0.80
_augmentMethod · 0.80
reset_statsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected