Code demonstrating how to use multithreading to speedup inference for Tensorflow estimators.
A Dockerfile is provided. First build the image from the root directory:
docker build . -t threaded
Then run the tests:
docker run threaded
This code is released under an Apache 2 license. See the license in full.