Seanny123 / da-rnn

Dual-Stage Attention-Based Recurrent Neural Net for Time Series Prediction
333 stars 118 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/da-rnn/plots/pred_0.png' #12

Open harukou opened 5 years ago

harukou commented 5 years ago

why? The code has no problem

DavidRaphaelDaza commented 5 years ago

had the same error. if you look at the utils.py code, it calls for a folder "plots" which means you can just create the folder to make the code work.