timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

Example code not working #798

Closed awalece04ku closed 1 year ago

awalece04ku commented 1 year ago

I just tried the example code written on the home page (https://github.com/timeseriesAI/tsai), and it is NOT working. https://github.com/timeseriesAI/tsai Could you please check and fix this? If the example code is not working, it would be hard to use.

Thanks for paying attention in advance.

oguiza commented 1 year ago

Hi @awalece04ku, Thanks for raising this issue. There was an issue when importing data. It's fixed now. I have rerun all code snippets in the landing page and they work well, but you'll need to update tsai to the latest version in github (I will create a new pip release soon). For now, you can use:

pip install git+https://github.com/timeseriesAI/tsai.git
hmate9 commented 1 year ago

Installing via git works but it is very slow. Any chance the new pip version is getting deployed soon?

oguiza commented 1 year ago

Hi @hmate9, 2 comments:

  1. The concept of "very slow" is subjective. I've tested it in Cola and it takes 5s to install from pip vs 16s to do it from GitHub.
  2. Please, read my previous response: "but you'll need to update tsai to the latest version in github (I will create a new pip release soon)"
oguiza commented 1 year ago

I've just created a new release (0.3.7) that fixes this issue. Based on this, I'll close it.