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

Function get_data

examples/ImageNetModels/vgg16.py:103–106  ·  view source on GitHub ↗
(name, batch)

Source from the content-addressed store, hash-verified

101
102
103def get_data(name, batch):
104 isTrain = name == 'train'
105 augmentors = fbresnet_augmentor(isTrain)
106 return get_imagenet_dataflow(args.data, name, batch, augmentors)
107
108
109def get_config():

Callers 1

get_configFunction · 0.70

Calls 2

fbresnet_augmentorFunction · 0.90
get_imagenet_dataflowFunction · 0.90

Tested by

no test coverage detected