MCPcopy Create free account
hub / github.com/MethodsOfMachineLearning/cabs / read_cifar10

Function read_cifar10

examples/cifar10_adaptive_batchsize.py:59–114  ·  view source on GitHub ↗

Reads and parses examples from CIFAR10 data files. Recommendation: if you want N-way read parallelism, call this function N times. This will give you N independent Readers reading different files & positions within those files, which will give better mixing of examples. Args: filename

(filename_queue)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

distorted_inputsFunction · 0.85
inputsFunction · 0.85

Calls 1

CIFAR10RecordClass · 0.85

Tested by

no test coverage detected