Hzzone / Precipitation-Nowcasting

pytorch implemention of trajGRU.
553 stars 168 forks source link

input of forecaster #6

Closed Melika-Ayoughi closed 5 years ago

Melika-Ayoughi commented 5 years ago

As each RNN block receives 2 inputs x and h(history), for the first RNN block of "decoder" (by first I mean the one shown in the image) 1. what do u input instead of history and x? 2. Is it correct to assume input=zeros and history=last output of encoder?

Hzzone commented 5 years ago

https://github.com/sxjscience/HKO-7/issues/3#issuecomment-377973660