Fix a typo in export_output.py (#9975)
This commit is contained in:
parent
0c75d9f527
commit
d3c0482e6a
@ -69,7 +69,7 @@ class ClassificationOutput(ExportOutput):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, scores=None, classes=None):
|
def __init__(self, scores=None, classes=None):
|
||||||
"""Constructor for `ClassifyOutput`.
|
"""Constructor for `ClassificationOutput`.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
scores: A float `Tensor` giving scores (sometimes but not always
|
scores: A float `Tensor` giving scores (sometimes but not always
|
||||||
|
Loading…
Reference in New Issue
Block a user