Skip to content

neuzxy/Distributed-TF-Serving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed TF-Serving RPC Client Demo For CTR Prediction

Speedup inference task by TF-Serving

  • Rpc client split candidates to multiple RPC servers, each server process a part of inference task.
  • Using batching prediction provided by TF Serving to reduce call counts of API.

Feature

  • RPC Client connects to multiple RPC server, serialize by protobuf, using batching prediction provided by TF Serving to speed up inference.
  • Using Java8 CompletableFuture for async callback and ThreadPool for client thread management.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages