Opening the paper…
Deep Learning Practice, End Term
Consider the task of applying a convolutional layer with a stride of 1 to an image of size 111 × 111 (Grayscale), while ensuring that the output feature map retains the same spatial dimensions. Which of the following code snippets correctly implements this using PyTorch?
Consider the task of applying a convolutional layer with a **stride of 1** to an image of size 111 × 111 (Grayscale), while ensuring that the **output feature map retains the same spatial dimensions**. Which of the following code snippets correctly implements this using PyTorch? Figure from the original question paper Figure from the original question paper