Skip to content

dguidali/multithreaded-estimators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded-estimators

Code demonstrating how to use multithreading to speedup inference for Tensorflow estimators.

Installation

A Dockerfile is provided. First build the image from the root directory:

docker build . -t threaded

Then run the tests:

docker run threaded

License

This code is released under an Apache 2 license. See the license in full.

About

Multithreading inference in Tensorflow Estimators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Dockerfile 2.0%