Skip to content

Commit 45b27cf

Browse files
committed
Add Linear2d to README
1 parent b029db8 commit 45b27cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
3333
| Dense (fully-connected) | `dense` | `input1d`, `flatten` | 1 |||
3434
| Convolutional (2-d) | `conv2d` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 3 || ✅(*) |
3535
| Max-pooling (2-d) | `maxpool2d` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 3 |||
36+
| Linear (2-d) | `linear2d` | `input2d` | 2 |||
3637
| Flatten | `flatten` | `input3d`, `conv2d`, `maxpool2d`, `reshape` | 1 |||
3738
| Reshape (1-d to 3-d) | `reshape` | `input1d`, `dense`, `flatten` | 3 |||
3839

0 commit comments

Comments
 (0)