machine-learning-book icon indicating copy to clipboard operation
machine-learning-book copied to clipboard

P. 477 formula should be corrected with right floor symbol

Open hongsoog opened this issue 3 years ago • 0 comments

In page 477. The formula for spatial dimension of output feature map

$$ o = \left [ \frac{n + 2p -m}{s} \right ] + 1 $$

should be corrected with right floor symbol as follows:

$$ o = \left \lfloor \frac{n + 2p -m}{s} \right \rfloor + 1 $$

hongsoog avatar Aug 02 '22 12:08 hongsoog