When i have some 64 * 64 image with 3 channels and i pass it thorugh a conv layer with kernel size of 3 * 3 and 32 filters what happens, I mean what will be passed to next or adjacent conv layer what dimension input will next layer get.
I'm confused how each filter would slide thru
Here's what happens step by step:
You can also learn more in this thread: Calculate the output size in convolution layer