Logo
IPU TensorFlow Serving 2 User Guide
Version: latest
  • 1. Introduction
  • 2. Environment setup
    • 2.1. Enable Poplar SDK
    • 2.2. Create and enable a Python virtual environment
    • 2.3. Install the TensorFlow 2 for IPU wheels and validate (optional)
    • 2.4. Install TensorFlow Serving API
  • 3. Exporting and deploying a model
    • 3.1. Creating and training a model
    • 3.2. Exporting model for TensorFlow Serving
      • 3.2.1. Exporting Keras model
      • 3.2.2. Exporting model implemented as a TensorFlow function
    • 3.3. Structure of the SavedModel directory
    • 3.4. Launching TensorFlow Serving for IPU
    • 3.5. Sending requests to TensorFlow Serving
      • 3.5.1. Using the gRPC API
      • 3.5.2. Using the REST API
  • 4. Legal notices
IPU TensorFlow Serving 2 User Guide

Search help

Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.

  • Find an exact phrase: Wrap your search phrase in "" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"
  • Prefix query: Add an * (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*
  • Fuzzy search: Use ~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1
  • Words close to each other: ~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2
  • Logical operators. You can use the following logical operators in a search:
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single word or phrase (returns results without that word or phrase)
    • () controls operator precedence

IPU TensorFlow Serving 2 User Guide

  • 1. Introduction
  • 2. Environment setup
    • 2.1. Enable Poplar SDK
    • 2.2. Create and enable a Python virtual environment
    • 2.3. Install the TensorFlow 2 for IPU wheels and validate (optional)
    • 2.4. Install TensorFlow Serving API
  • 3. Exporting and deploying a model
    • 3.1. Creating and training a model
    • 3.2. Exporting model for TensorFlow Serving
      • 3.2.1. Exporting Keras model
      • 3.2.2. Exporting model implemented as a TensorFlow function
    • 3.3. Structure of the SavedModel directory
    • 3.4. Launching TensorFlow Serving for IPU
    • 3.5. Sending requests to TensorFlow Serving
      • 3.5.1. Using the gRPC API
      • 3.5.2. Using the REST API
  • 4. Legal notices
Next

Revision 873a2c08.