tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 695726080 values, but the requested shape has 21741440
在使用keras构建网络时,出现上述错误,原因是,在自定义层的compute_output_shape函数里,output_shape计算错误,导致实际输出和给定的输出shape不一致而报错。
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 695726080 values, but the requested shape has 21741440
在使用keras构建网络时,出现上述错误,原因是,在自定义层的compute_output_shape函数里,output_shape计算错误,导致实际输出和给定的输出shape不一致而报错。