File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class ONNXPredictor:
86
86
` ` ` python
87
87
import numpy as np
88
88
89
- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
89
+ labels = ["setosa", "versicolor", "virginica"]
90
90
91
91
92
92
class ONNXPredictor:
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class PythonPredictor:
88
88
import boto3
89
89
from my_model import IrisNet
90
90
91
- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
91
+ labels = ["setosa", "versicolor", "virginica"]
92
92
93
93
class PythonPredictor:
94
94
def __init__(self, config):
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class TensorFlowPredictor:
85
85
# # Example
86
86
87
87
` ` ` python
88
- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
88
+ labels = ["setosa", "versicolor", "virginica"]
89
89
90
90
91
91
class TensorFlowPredictor:
You can’t perform that action at this time.
0 commit comments