rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which predictions are the final predictions?

vamp-ire-tap opened this issue · comments

In the paper, the authors commented that the final global predictions can be made with FX(te) where X(te) is forecasted with the local model. Are these final global predictions also the DeepGLO predictions? That is the proposed model?
The confusion is because in the code, there is Wape global and only wape, which is the DeepGLO wape?

The final predictions are predictions from T_Y TC network which takes as covariate the global prediction. So wape is the metric on the final prediction.