Commit 8642f874 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Formatting

parent 185d0af5
...@@ -7,6 +7,7 @@ This example demonstrates how to perform an MIGraphX Python API inference throug ...@@ -7,6 +7,7 @@ This example demonstrates how to perform an MIGraphX Python API inference throug
## Content ## Content
- [Basic Setup](#Basic-Setup) - [Basic Setup](#Basic-Setup)
- [**Running this Example**](#Running-this-Example) - [**Running this Example**](#Running-this-Example)
- [Example output](#example-Output)
## Basic Setup ## Basic Setup
Before running inference we must first install MIGraphX via the Docker method as it also downloads onnxruntime into the dockerfile created. Before running inference we must first install MIGraphX via the Docker method as it also downloads onnxruntime into the dockerfile created.
...@@ -50,7 +51,7 @@ $ pip list | grep onnxruntime ...@@ -50,7 +51,7 @@ $ pip list | grep onnxruntime
$ python resnet50.py $ python resnet50.py
``` ```
## example output: ## Example Output:
We changes the target image to what's found in the example folder which contains three inclass images and one out of class image. We changes the target image to what's found in the example folder which contains three inclass images and one out of class image.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment