重塑输出Keras层

时间:2019-11-12 19:03:09

标签: python keras

我想重塑模型的输出图层形状:

s/\n//g

使用此代码,我成为了以下错误:

...
conv = Conv2D(1, (1, 1), activation='softmax')(conv..)
Output_model = Reshape((-1,8,8))(conv)
...

我做错了什么?

0 个答案:

没有答案