MCPcopy
hub / github.com/matthewearl/deep-anpr / unzip

Function unzip

train.py:71–75  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

69
70
71def unzip(b):
72 xs, ys = zip(*b)
73 xs = numpy.array(xs)
74 ys = numpy.array(ys)
75 return xs, ys
76
77
78def batch(it, batch_size):

Callers 2

read_batchesFunction · 0.85
trainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected