vyokky / Mobihoc-18-STN-mobile-traffic-forecasting

This repository implements the model in MobiHoc'18: "Long-term mobile traffic forecasting using deep spatio-temporal neural networks"
26 stars 6 forks source link

How to get 2D-predictions at a single time instance? #2

Open emirceyani opened 5 years ago

emirceyani commented 5 years ago

Hello,

With your code, we are able to get one prediction of a cell in a grid at a time only. Is it possible to get the 2D-predictions(not only 1 prediction in D-STN model but all predicted cell values in 2D-grid) at time with your code? If yes, how? Changing DataProvider functions did not help me.

Thanks in advance.