We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ef0a1 commit 9edde34Copy full SHA for 9edde34
1 file changed
README.md
@@ -5,5 +5,20 @@ Neural Network for Mobile Devices" by Xiangyu Zhang et. al. 2017](https://arxiv.
5
6
# Notes
7
| group 1 | group 2 | group 3 |
8
- | -------- | -----: | :---------: |
+ | -------- | ----- | --------- |
9
| 1 | 2 | 3 | 4 | 5 | 6 |
10
+ Every nubmer represents a channel of the feature map
11
+## step 1: Reshape
12
+|1 2 |
13
+|3 4 |
14
+|5 6 |
15
+## step 2: transpose
16
+|1 3 5|
17
+|2 4 6|
18
+## step 3: flatten
19
+ | group 1 | group 2 | group 3 |
20
21
+ | 1 | 3 | 5 | 2 | 4 | 6 |
22
+
23
+# Acknowledge
24
+[HolmesShuan](https://github.com/HolmesShuan)
0 commit comments