MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / getImagesCount

Function getImagesCount

Sources/scripts/CIFAR10_loader.py:180–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 return int(np.sqrt(self.IMG_SIZE*3))
179
180def getImagesCount(self):
181 return self.IMAGES_PER_FILE*self.FILES_AMOUNT
182
183def getTrainedCount(self):
184 count = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected