Yue

Results 3 issues of Yue

While this paper mainly focus on single dimension time series, are there extensions to deal with multi dimensional time series? For example apply VAE on the feature vector of each...

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)

When I tried to run DGAMM-LSTM on gpu I got the following message: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory...