Skip to main content
Skip table of contents

LEIP Run

The LEIP Run tool is provided to run a single inference against a model in a consistent way across several stages of the LEIP tool chain. It allows an inference in TensorFlow, TFLite, PyTorch and LRE runtimes.

You can use the leip run command to run inference on a single sample through the specified model. Please run leip run --help command to obtain the full list of supported options.

CLI Usage

The basic command is:

CODE
# Use the run command to run a single inference test
leip run --input_path workspace/models/inceptionv3/keras-open-images-10-classes/ \
         --test_path workspace/datasets/open-images-10-classes/eval/Apple/0ef341dfb802eff1.jpg \
         --class_names workspace/datasets/open-images-10-classes/eval/class_names.txt

For a detailed explanation of each option see the CLI Reference for LEIP Run.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.