Jump to content

Hyperparameters: Difference between revisions

 
Line 38: Line 38:


===Stride===
===Stride===
Strided convolution is good for decreasing the resolution and increasing the receptive field. 
Typically, you can choose between using a strided convolution or using pooling to drop the resolution of images or increase the receptive field. 
The alternative to strided convolutions is to use dilated convolutions, like in Atrous Spatial Pyramid Pooling (ASPP).


==Activation functions==
==Activation functions==