philipperemy / n-beats

Keras/Pytorch implementation of N-BEATS: Neural basis expansion analysis for interpretable time series forecasting.
MIT License
855 stars 163 forks source link

'load' isn't running for toy implementation of nbeats #41

Closed zeeshanq02 closed 3 years ago

zeeshanq02 commented 3 years ago

Hi, I tried running your toy code, but for some reason "load" isn't working. Any idea why?

philipperemy commented 3 years ago

Can you paste the error? Maybe you trained on the GPU and tested on the CPU.

philipperemy commented 3 years ago

I'll close this issue for now (no bugs for me).