def conv2d(A, W, b, stride=1, pad=0): """ A: input, A.shape = (m, in_height, in_width, in_channel) W: filters, W.shape = (f, f, in_channel, ...
確定! 回上一頁