Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 122 Bytes

mnist.md

File metadata and controls

7 lines (6 loc) · 122 Bytes
import numpy as np

image = np.array([data], dtype=np.float32)
response = predictor.predict(image)
print(response)