“`”

首先我们应该知道卷积或者池化后大小的计算公式:
out_height=((input_height – filter_height + padding_top+padding_bottom)/stride_height )+1
out_width=((input_width – filter_width + padding_left+padding_right)/stride_width )+1

<pre><code> "“`

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.