输入层:
超参数:
输出层:
其中输出层和输入层之间的参数关系为:
w0 = (w-1)*(l-1)+w
h0 = (h-1)*(l-1)+h
Wout = (Win +2p - w0)/s +1
Hout = (Hin +2p - h0)/s +1
Dout = k
参数量为: