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

Evaluation Code #42

Open LameloBally opened 5 months ago

LameloBally commented 5 months ago

How can I just evaluate trained model?

Is there any method or function just for evaluation?