nnzhan / Graph-WaveNet

graph wavenet
MIT License
628 stars 201 forks source link

question about padding #19

Open CircularRuins opened 4 years ago

CircularRuins commented 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?

moghadas76 commented 3 years ago

This is also my question

razvangabrielc commented 2 years ago

I'm wondering the same. It would be great if someone could help us out.

chentingyang commented 2 years ago

plus one

xingzhinie commented 2 years ago

I had tried it, the result of removing the pad operation will not be affected.