bighuang624 / DSANet

Code for the CIKM 2019 paper "DSANet: Dual Self-Attention Network for Multivariate Time Series Forecasting".
https://kyonhuang.top/publication/dual-self-attention-network
260 stars 58 forks source link

pytorch_lightning version #9

Open jkarolczak opened 3 years ago

jkarolczak commented 3 years ago

In the requirements.txt file, you specify pytorch_lightning version as >=0.4.6. Therefore one (like me) may install a more current version than 0.4.6 like the most recent 1.4.1. But there is not models module since 0.4.8. I would highly recommend specifying pytorch_lightning version to avoid non-existing modules errors.

FarhangAmaji commented 3 years ago

I still get "ModuleNotFoundError: No module named 'pytorch_lightning.models'" with 0.4.6