KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".
MIT License
569 stars 117 forks source link

cannot really change the hidden size in DAGMM #204

Open yuehu9 opened 4 years ago

yuehu9 commented 4 years ago

The DAGMM model gave the option to change hidden size, but it was actually fixed in the model...

in line 76 of DAGMM.py: self.hidden_size = 5 + int(X.shape[1] / 20)