ML4ITS / mtad-gat-pytorch

PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
MIT License
328 stars 76 forks source link

The setting about feat_gat_embed_dim and time_gat_embed_dim #41

Open DiYi1999 opened 7 months ago

DiYi1999 commented 7 months ago

Thanks very much for your code. They are valuable and very helpful. But I have some questions regarding the setting of feat_gat_embed_dim and time_gat_embed_dim. How do you set them? What is the general range for them?