I can\'t get Keras to predict anything. Not even in this minimalistic model:
from keras.models import Sequential
from keras.layers import Dense
import numpy as np
It turned out the code wasn't the problem, but there was something wrong with my software. After the following steps, the above code runs without errors or warnings: