Jump to content

Convolutional neural network: Difference between revisions

Line 148: Line 148:


===Unpooling===
===Unpooling===
During max pooling, remember the indices where you pulled from in "switch variables".<br>
During max pooling, remember the indices where you pulled from in ''switch variables''.<br>
Then when unpooling, save the max value into those indices. Other indices get values of 0.
Then when unpooling, save the max value into those indices. Other indices get values of 0.