@ -387,7 +387,7 @@ test_img = np.reshape(test_img, (1,28,28,1))
result = model.predict(test_img)
print('I think it\'s ', np.argmax(result))
```


I think it's 5