QData / spacetimeformer

Multivariate Time Series Forecasting with efficient Transformers. Code for the paper "Long-Range Transformers for Dynamic Spatiotemporal Forecasting."
https://arxiv.org/abs/2109.12218
MIT License
806 stars 192 forks source link

The results of attn in the prediction outputs #49

Closed daxiang415 closed 2 years ago

daxiang415 commented 2 years ago

Dear authors

I recently make the application of spacetimeformer, but it seems a little bit confused for me to understand the attn in the outputs.

Would you mind give me an introduction of how to utilize the logits, labes and attn in the model outputs.

daxiang415 commented 2 years ago

Sorry, I just figured out by myself, thank you.