Skip to content

Commit 4414fb0

Browse files
Updated: Prediction.py
1 parent c17b921 commit 4414fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prediction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
score = sigmoid(predictions[0])
1919
# Predict along with it confidence
2020
print("This image most likely belongs to {} with a {:.2f} percent confidence."
21-
.format(model.class_names[np.argmax(score)], 100 * np.max(score)))
21+
.format(class_names[np.argmax(score)], 100 * np.max(score)))

0 commit comments

Comments
 (0)