DeepADoTS icon indicating copy to clipboard operation
DeepADoTS copied to clipboard

cannot really change the hidden size in DAGMM

Open yuehu9 opened this issue 4 years ago • 0 comments

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)

yuehu9 avatar Aug 10 '20 20:08 yuehu9