Block | Elements | Kernel Size | Filter depth | Output depth | Stride | Misc. Info |
---|---|---|---|---|---|---|
Convolution |
[5, 5] |
3 |
64 |
[1, 1] |
||
conv1 |
ReLU |
- |
- |
- |
- |
|
Max-pool |
[3, 3] |
- |
- |
[2, 2] |
||
Convolution |
[5, 5] |
64 |
64 |
[1, 1] |
||
conv2 |
ReLU |
- |
- |
- |
- |
|
Max-pool |
[3, 3] |
- |
- |
[2, 2] |
||
flatten |
Flatten |
|||||
fc1 |
Multiplication |
[dim(conv2), 384] |
- |
- |
- |
|
ReLU |
- |
- |
- |
- |
||
fc2 |
Multiplication |
[384, 192] |
- |
- |
- |
|
ReLU |
- |
- |
- |
- |
||
fc3 |
Multiplication |
[192, 10] |
- |
- |
- |
|
Softmax |
- |
- |
- |
- |
Last active
October 26, 2017 19:43
-
-
Save tomrunia/ae96f44eafa8398d3bd07d29db39dd6a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment