lkulowski / LSTM_encoder_decoder

Build a LSTM encoder-decoder using PyTorch to make sequence-to-sequence prediction for time series data
MIT License
380 stars 86 forks source link

fitted curve not behave well but loss curve seems good #10

Open lagomZZ opened 1 year ago

lagomZZ commented 1 year ago

hi Author,thank you for sharing your code! i tried to apply this code using my own dataset and it was multivariate,but the fitted curve not behave well but loss curve seems good,look like

d569dfac6eb571412c1e9d68752f2dc

and the fitted curve

96a18898d4367d7ec5f6a9c148fdda0

can i have your suggestions?thanks a lot !