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

Keras import in Google Colab is falling #38

Closed moritz-raabe closed 3 years ago

moritz-raabe commented 4 years ago

I have read in another thread that the dependencies might be out of date. Could that be the problem that I am facing while trying to install the package in Google Colab?

This is for pip install. image

After I kind of managed to install it, I got the following error: image

Thanks in advance for your help! :)

g0lemXIV commented 3 years ago

For me install tensorflow 2.2.0 helped.

philipperemy commented 3 years ago

Yeah, I updated the dependencies. Try again.

philipperemy commented 3 years ago

(I pushed the nbeats 1.3.3 version that should solve this).

pip install nbeats-pytorch --upgrade
pip install nbeats-keras --upgrade