the same formula as above, but here we are zero padding the filter # Atrous convolution y= [] w2 = np.zeros(r*len(w)) w2[::r] = w.copy() for ...
確定! 回上一頁