在Conv2D 中,我们发送过滤器的数量、过滤器的大小和步幅( Conv2D(64,(3,3),stride=(8,8))(input)) 但在conv2d 中我们使用 conv2d(input, kernel, stride=(8,8)) 内核是 ...
確定! 回上一頁