MCPcopy Create free account
hub / github.com/modAL-python/modAL / batch_size

Method batch_size

modAL/models/learners.py:278–282  ·  view source on GitHub ↗

Returns the batch size of a single forward pass.

(self)

Source from the content-addressed store, hash-verified

276
277 @property
278 def batch_size(self):
279 """
280 Returns the batch size of a single forward pass.
281 """
282 return self.estimator.batch_size
283
284 @batch_size.setter
285 def batch_size(self, value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected