Fire Module
Learn about the central component of SqueezeNet, the fire module.
We'll cover the following...
Chapter Goals:
- Learn strategies for decreasing the number of parameters in a model
- Understand how the fire module works and why it's effective
- Write your own fire module function
A. Decreasing parameters
In order to make a smaller model, we need to decrease the number of weights per convolution layer. There are three ways to decrease the number of weights in a convolution layer:
- Decrease the kernel size
- Decrease the number of filters used
- Decrease the number of input channels
Access this course and 1400+ top-rated courses and projects.