damitkwr / ESRNN-GPU

PyTorch GPU implementation of the ES-RNN model for time series forecasting
MIT License
317 stars 72 forks source link

issue in upacking the project #7

Closed 12suyash closed 5 years ago

12suyash commented 5 years ago

i have a problem in installing i type pip install git+https://github.com/damitkwr/ESRNN-GPU.git then error occurs then i type pip install git+https://github.com/damitkwr/ESRNN-GPU.git#egg=ESRNN-GPU then also error show plz help

damitkwr commented 5 years ago

Hi,

This is not a python package. Rather it is just an implementation. Add the es-rnn folder to Python system path.

12suyash commented 5 years ago

thanks