I am working on a simple cnn classifier using keras with tensorflow background.
def cnnKeras(training_data, training_labels, test_data, test_labels, n_dim): pr
I had this problem when I had labels of type "float", cast them it "int" and the problem was solved...