JulesBelveze / time-series-autoencoder

PyTorch Dual-Attention LSTM-Autoencoder For Multivariate Time Series
Apache License 2.0
614 stars 63 forks source link

error when the output_size isn't 1 #40

Open mhdabbasi opened 12 months ago

mhdabbasi commented 12 months ago

I get error when the output_size isn't equal to 1 in forecasting code. for example when the output_size is 10. I get this error :

return F.linear(input, self.weight, self.bias) RuntimeError: mat1 and mat2 shapes cannot be multiplied (16x65 and 74x10)

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.