1 min readJun 10, 2019
Hi, the error message is clear. You have 3 classes of outputs but your output has only 1, change that to Dense(3, activation=”softmax”)
Hi, the error message is clear. You have 3 classes of outputs but your output has only 1, change that to Dense(3, activation=”softmax”)