mangushev / mtad-gat

Implementation of MTAD-GAT: Multivariate Time-series Anomaly Detection via Graph Attention Network
MIT License
79 stars 25 forks source link

Why make the conv1d_output equal to input_t in model.py? #6

Closed UrsulaPan closed 2 years ago

mangushev commented 2 years ago

Please use it as commented or uncommented. The issue is if this conv helps or not. I recollect I was struggling with NaNs and I was looking into causes. This conv step supposedly should help with performance. It is done the same way in mtad-tf.

UrsulaPan commented 2 years ago

Please use it as commented or uncommented. The issue is if this conv helps or not. I recollect I was struggling with NaNs and I was looking into causes. This conv step supposedly should help with performance. It is done the same way in mtad-tf.

thank you for your reply.I have another problem,what's your version of tensorflow ,when i use 1.15.0,but get the error AttributeError: module 'tensorflow._api.v1.compat.v1' has no attribute 'estimator'

mangushev commented 2 years ago

Hi , I looked up with google to see why such an error can be. It seems that package is required. Please put a proper version after ==

pip install tensorflow-estimator==

I’m using 2.x now. I can check or test it.

UrsulaPan commented 2 years ago

I'm using 2.x too,I wanted to check your example result by 1.x,because i get the pool recall and precision with the data machine-1-1.txt,But i can't find the problem,can I get your other contact ?

mangushev commented 2 years ago

Rynad.Mangushev at gmail dot com

mangushev commented 2 years ago

Closing , considering answered