(N - F) /Stride + 1 --> 이 곳의 공식
아래는 Udacity Self Driving car nano deg과정중에서
Lesson 13의 Quiz 11에 나온 공식입니다
무슨 차이일까요?
new_height = (input_height - filter_height + 2 * padding_height)/ stride_height + 1
new_width = (input_width - filter_width + 2 * padding_width)/ stride_width + 1