MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / get_data

Function get_data

examples/DoReFa-Net/alexnet-dorefa.py:140–144  ·  view source on GitHub ↗
(dataset_name)

Source from the content-addressed store, hash-verified

138
139
140def get_data(dataset_name):
141 isTrain = dataset_name == 'train'
142 augmentors = fbresnet_augmentor(isTrain)
143 return get_imagenet_dataflow(
144 args.data, dataset_name, BATCH_SIZE, augmentors)
145
146
147def get_config():

Callers 2

get_configFunction · 0.70
alexnet-dorefa.pyFile · 0.70

Calls 2

fbresnet_augmentorFunction · 0.90
get_imagenet_dataflowFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…