bgithub1 / da_rnn

RNN based on Chandler Zuo's implementation of the paper: A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction
18 stars 1 forks source link

ModuleNotFoundError: No module named 'Model_tanh' #1

Open ascend2018 opened 5 years ago

ascend2018 commented 5 years ago

How to solve?

bgithub1 commented 5 years ago

I'll look at it today, and get back to you.

On Fri, Mar 22, 2019 at 11:56 PM ascend2018 notifications@github.com wrote:

How to solve?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bgithub1/da_rnn/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPqTq_Yx2-4OUqnm45VWglWzdPuTlfqks5vZaXzgaJpZM4cEsX2 .

bgithub1 commented 5 years ago

Any chance of getting the whole stack trace?

Your exception is related to some issue you are having with to your installation of pytorch.

On Fri, Mar 22, 2019 at 11:56 PM ascend2018 notifications@github.com wrote:

How to solve?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bgithub1/da_rnn/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPqTq_Yx2-4OUqnm45VWglWzdPuTlfqks5vZaXzgaJpZM4cEsX2 .

bgithub1 commented 5 years ago

Also, I added a requirements.txt file to the project to show which versions of pytorch, etc that I'm using.

On Fri, Mar 22, 2019 at 11:56 PM ascend2018 notifications@github.com wrote:

How to solve?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bgithub1/da_rnn/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPqTq_Yx2-4OUqnm45VWglWzdPuTlfqks5vZaXzgaJpZM4cEsX2 .

ascend2018 commented 5 years ago

Thank you very much! Let me try again!