fix: typo

This commit is contained in:
Himadri Bhattacharjee
2026-05-18 07:53:50 +05:30
parent 8bfebfb855
commit 9c971e2545

View File

@@ -66,7 +66,7 @@ of the resulting feature map.
### In Full Swing
This dot product operation is repeat over and over as the kernel strides over the source image, generating the complete output feature map.
This dot product operation is repeated over and over as the kernel strides across the source image, generating the complete output feature map.
You can play around with the grid size, the kernel size and the stride, which is by how many pixels the kernel slides each iteration. The padding slider allows you to add 0 valued pixels surrounding the image.