📜  ValueError: Shapes (None, 1) and (None, 11) are in compatible keras - Python Code Example

📅  最后修改于: 2022-03-11 14:45:24.510000             🧑  作者: Mango

代码示例2
Change Categorical Cross Entropy to Binary Cross Entropy since your output label is binary. Also Change Softmax to Sigmoid since Sigmoid is the proper activation function for binary data