tsai icon indicating copy to clipboard operation
tsai copied to clipboard

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

Results 171 tsai issues
Sort by recently updated
recently updated
newest added

Hi , I managed to use show_gradcam func on classification model and it worked well. But when I use it with regression models (through [TSRegression()] tfms): ``` tfms = [None,...

Hi Team, I have been running experiments and trying different models. I have found that I was not able to use GatedTabTransformer model My environment is: ``` os : Windows-10-10.0.19043-SP0...

bug
question

As I was going through the first tutorial notebooks I noticed a few minor spelling / grammar contributions I could make. I have only touched the markdown cells, not the...

Hello, Im not sure to understand the figures ploted by show_gradcam() from the XCM model. Does anyone could explain me the results? Her is an example of plot that I...

I just can not get the same result after running get_pred func!!!! https://colab.research.google.com/github/timeseriesAI/tsai/blob/master/tutorial_nbs/01_Intro_to_Time_Series_Classification.ipynb I get the 0.9278 after running learn.get_preds first time , but i get 0.7111 then i run...

question

from tsai.all import * my_setup() regression_list dsid = 'AppliancesEnergy' X, y, splits = get_regression_data(dsid, split_data=False) X.shape, y.shape, y[:10] check_data(X, y, splits) tfms = [None, [TSRegression()]] batch_tfms = TSStandardize(by_sample=True, by_var=True) dls...

under review

Hi, I am not able to run the TSSequencerPlus due the following problem: ``` X - shape: [642876 samples x 47 features x 36 timesteps] type: ndarray dtype:float64 isnan: 0...

Can the model trained be transformed to torch script ?

I want to use tsai for model training and torch for model inference, so I need to convert "get_ts_dls" and "torch.utils.data.DataLoader"

question

The `show_batch()` function is not working as expected along with any of the time series to image transformations. **Steps to reproduce** Run the [TS to Image tutorial](https://github.com/timeseriesAI/tsai/blob/main/tutorial_nbs/06_TS_to_image_classification.ipynb) notebook. **Expected behavior**...

under review
tutorial nb