Deep-Time-Series-Prediction icon indicating copy to clipboard operation
Deep-Time-Series-Prediction copied to clipboard

I would like to collaborate with your project.

Open tcapelle opened this issue 4 years ago • 4 comments

Have been playing with your implementation of RNN2RNN mixing it up with this one. I have some remarks that have worked for me:

  • Inverse the Dense layer dropput/linear order. Lin(drop(x))
  • Apply the Dense layer to the hidden state of the encoder before sending it to the decoder.
  • Have not been able to get reasonable results with the Attention layers, maybe I am doing something wrong.

tcapelle avatar Jun 19 '20 13:06 tcapelle

hi,

Can you give me some detail about "Have not been able to get reasonable

results with the Attention layers".

I'll try what you said, look for the dataset validation effect.Thank

you for your feedback.

best, zhou

Thomas Capelle [email protected] 于2020年6月19日周五 下午9:29写道:

Have been playing with your implementation of RNN2RNN mixing it up with this one https://github.com/fastai/course-nlp/blob/master/7b-seq2seq-attention-translation.ipynb . I have some remarks that have worked for me:

  • Inverse the Dense layer dropput/linear order. Lin(drop(x))
  • Apply the Dense layer to the hidden state of the encoder before sending it to the decoder.
  • Have not been able to get reasonable results with the Attention layers, maybe I am doing something wrong.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EvilPsyCHo/Deep-Time-Series-Prediction/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEJXRCUCMY6SIRSDDJZ4BT3RXNR2HANCNFSM4OCXLGDA .

EvilPsyCHo avatar Jun 20 '20 01:06 EvilPsyCHo

Actually, my model get's worse. But don't really know what params have to give to the attention layers, how many heads is reasonable.

tcapelle avatar Jun 22 '20 08:06 tcapelle

Can you send the train & test dataset to me ? I will check it.

Thomas Capelle [email protected] 于2020年6月22日周一 下午4:26写道:

Actually, my model get's worse. But don't really know what params have to give to the attention layers, how many heads is reasonable.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EvilPsyCHo/Deep-Time-Series-Prediction/issues/2#issuecomment-647366458, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEJXRCQKP3QMOTKR3PE3UN3RX4IR5ANCNFSM4OCXLGDA .

EvilPsyCHo avatar Jun 23 '20 01:06 EvilPsyCHo

Not really, I am using sequences of images encoded by a CNN to generate a multi-variable timeseries.

tcapelle avatar Jun 23 '20 09:06 tcapelle