Change to the readme

This commit is contained in:
EddieCueto 2017-10-15 14:25:51 -05:00
parent c3da368ca4
commit 2f45843c55
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
# ParamProj #### 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.