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

ValueError: time data '<built-in function id>' does not match format '%d%m%Y_%H%M%S' #17

Closed KANGWOOLEE1234 closed 1 year ago

KANGWOOLEE1234 commented 2 years ago

Hello!! I checked the following error in the 'result_visualizer' Jupiter file. Is there a good way to solve this problem? image Thank you!!

axeloh commented 2 years ago

Hi,

Seems to be an issue with parsing the datetime string. Ensure that you have the folder output/SMD/1-1, and that the name of every subfolder is of the format "%d%m%Y_%H%M%S" (except for the logs folder).