Testing
MarijnJABoer opened this issue · 0 comments
MarijnJABoer commented
Testing script
- use
testers/tester.py
? - predict_generator
model.predict(X_test)
script- print prediction correctly
- print images with predicted label using a plot
- Get the heatmap working
Fixes
- decode labels back to names instead of
1, 2, 3, 4, 5, etc.
from one-hot encoded labels - Try again using argmax