【发布时间】:2020-04-14 11:36:36
【问题描述】:
我正在尝试构建一个类似网络的自动编码器,但我不知道如何指定网络的输出形状。我有一个大小为mxn 的输入和一对大小为pxq 的预期输出。我见过
Calculate the Output size in Convolution layer
Getting the output shape of deconvolution layer using tf.nn.conv2d_transpose in tensorflow
但是有没有办法强制输出形状而不必为每个输入形状计算一堆数学?
【问题讨论】:
标签: keras autoencoder