ParamProj/README.md

6 lines
234 B
Markdown
Raw Permalink Normal View History

2017-10-15 19:25:51 +00:00
#### GooLeNet parameter counting
This code counts the number of parameters of the famous NN *GooLeNet* using
custom types to model convolution layers and fully connected layers, a function
is created to simulate an inception module.