Open CircularRuins opened 4 years ago
Thanks for your wonderful code! I am confused that why you use nn.functional.pad() on training and eval input but not on test input. Can you explain the reason?
This is also my question
I'm wondering the same. It would be great if someone could help us out.
plus one
I had tried it, the result of removing the pad operation will not be affected.
Thanks for your wonderful code! I am confused that why you use nn.functional.pad() on training and eval input but not on test input. Can you explain the reason?