DeepADoTS
DeepADoTS copied to clipboard
cannot really change the hidden size in DAGMM
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)