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

Function get_inference_augmentor

examples/DoReFa-Net/resnet-dorefa.py:113–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def get_inference_augmentor():
114 return fbresnet_augmentor(False)
115
116
117def run_image(model, sess_init, inputs):

Callers 2

run_imageFunction · 0.70
resnet-dorefa.pyFile · 0.70

Calls 1

fbresnet_augmentorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…