KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot really change the hidden size in DAGMM

yuehu9 opened this issue · comments

commented

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)