Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
def
unzip(b):
72
xs, ys = zip(*b)
73
xs = numpy.array(xs)
74
ys = numpy.array(ys)
75
return
xs, ys
76
77
78
def
batch(it, batch_size):
Callers
2
read_batches
Function · 0.85
train
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected