Skip to content

Commit 809b797

Browse files
committed
Update examples
1 parent 80c99a0 commit 809b797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pytorch/iris-classifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import boto3
66
from model import IrisNet
77

8-
labels = ["iris-setosa", "iris-versicolor", "iris-virginica"]
8+
labels = ["setosa", "versicolor", "virginica"]
99

1010

1111
class PythonPredictor:

examples/xgboost/iris-classifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import numpy as np
44

5-
labels = ["iris-setosa", "iris-versicolor", "iris-virginica"]
5+
labels = ["setosa", "versicolor", "virginica"]
66

77

88
class ONNXPredictor:

0 commit comments

Comments
 (0)