且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Keras/TF错误:形状不兼容

更新时间:2023-12-02 08:45:46

最后一层的通道数错误.

The last layer has a wrong number of channels.

应该是

conv10 = Conv2D(3, (1, 1), activation='sigmoid')(conv9)