Skip to content

Investigate using TF Model Warmup to improve response time of the API #13

Description

@mylesagray

Model warmup and pausing the container ready notification until the model has warmed up has the potential to increase performance by decreasing the latency per inference, and in particular on the first instance of the API's use per tf-inference container.

Need to generate model warmup data (which we can do with: https://github.com/mylesagray/tensorflow-anpr/tree/master/dataset_prep/artificial), include in the anpr-serving container image and configure TF Serving to load the warmup data on start.

ref:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions