Skip to content

ScorcaF/Edge-Cloud-Collaborative-Inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Cloud-Collaborative-Inference

Collaborative Inference framework with the following components:

  1. a Fast inference pipeline running on edge;
  2. a Slow inference pipeline running on the cloud;
  3. a “success checker” policy to determine whether the Fast inference was “confident” about its prediction or not; if not, run the Slow inference to get the final prediction.

edge cloud

Both pipelines run the same model (same architecture and same weights) deployed in tflite format, but with different pre-processing.

Releases

No releases published

Packages

No packages published

Languages