Hzzone / Precipitation-Nowcasting

pytorch implemention of trajGRU.
553 stars 168 forks source link

How to concatenate spatial coordinator to input frame? #9

Open Talegqz opened 4 years ago

Talegqz commented 4 years ago

The paper said The spatial coordinates G are concatenated to the input frame to ensure the network knows the observations are from different locations, but I did not find it in your code? Could you tell me how to do it or where to find it ?