thuml / Anomaly-Transformer

About Code release for "Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy" (ICLR 2022 Spotlight), https://openreview.net/forum?id=LzQQ89U1qm_
MIT License
733 stars 190 forks source link

solver.py use gt before auc test #30

Closed MindsetFather closed 2 years ago

MindsetFather commented 2 years ago

good work,i have a simple question. solver.py line 338 # detection adjustment in the detection adjustment stage, the code use gt to adjust pred result.But gt can't be used before auc test. Why?Is that ok to do this?

MindsetFather commented 2 years ago

i find that #14 explained that