nnzhan / Graph-WaveNet

graph wavenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about padding

CircularRuins opened this issue · comments

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.