Open yuehu9 opened 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)
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)