update
This commit is contained in:
parent
ed063697d8
commit
e171561304
Binary file not shown.
|
|
@ -292,7 +292,6 @@ Group convolution是将输入特征的维度c1分成g份,每个group对应的c
|
|||
Group convolution计算方式如下:
|
||||

|
||||
Group convolution运算量为:
|
||||
|
||||
$$
|
||||
B = H * W * h1 * w1 * c1/g * c2/g * g
|
||||
$$
|
||||
|
|
@ -322,7 +321,6 @@ $$
|
|||
PW卷积的计算方式如下:
|
||||

|
||||
|
||||
|
||||
$$
|
||||
B_PW = H_m * W_m * 1 * 1 * c_1 * c_2
|
||||
$$
|
||||
|
|
|
|||
Loading…
Reference in New Issue