kaelzhang / DA-RNN-in-Tensorflow-2-and-PyTorch

A Tensorflow 2 (Keras) implementation of DA-RNN (A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction, arXiv:1704.02971)
MIT License
30 stars 12 forks source link

Module missing #1

Closed asif-rehan closed 3 years ago

asif-rehan commented 3 years ago

Hi, thank you for providing the example notebook to show the use of the DA-RNN library!

The notebook.common module imports the get_rolling_window module but this is not present in the repository. So notebook/pytorch.ipynb throws an error. Could this module be uploaded to the notebook folder? Appreciate it and thank you!

ModuleNotFoundError: No module named 'get_rolling_window'

kaelzhang commented 3 years ago

You'd better run make install first, and get-rolling-window is located at dev-requirements.txt

kaelzhang commented 3 years ago

I suggest to use anaconda to manage environments