MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / get_data

Function get_data

examples/GAN/ConditionalGAN-mnist.py:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def get_data():
111 ds = ConcatData([dataset.Mnist('train'), dataset.Mnist('test')])
112 return BatchData(ds, BATCH)
113
114
115def sample(model_path):

Callers 1

Calls 2

ConcatDataClass · 0.85
BatchDataClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…