Thank you for the excellent work! I have a question regarding the "Understanding Hyperparameters" function. This part is unable to handle the case where the input size is 4 (or 6 ...), with padding=1, kernel=3, and stride=2. However, if the output size is changed to 5 or the stride is set to 1, it works fine. Why is this the case?
Thank you for the excellent work! I have a question regarding the "Understanding Hyperparameters" function. This part is unable to handle the case where the input size is 4 (or 6 ...), with padding=1, kernel=3, and stride=2. However, if the output size is changed to 5 or the stride is set to 1, it works fine. Why is this the case?