Skip to content

ValueError: Shapes (None, 11) and (None, 10) are incompatible #65

Description

@vibe-av

during the line: cnnhistory=model.fit(x_traincnn, y_train, batch_size=16, epochs=700, validation_data=(x_testcnn, y_test))
the following error occurs: ValueError: Shapes (None, 11) and (None, 10) are incompatible

how do I fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions