tsai
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
I feel that the document is a little too simple. I can only run the following simple code now. How do I divide the training set, verification set, and test...
### Discussed in https://github.com/timeseriesAI/tsai/discussions/633 Originally posted by **Samcro5C** November 30, 2022 When I tried to use the fastai callback [TensorBoardCallback](https://docs.fast.ai/callback.tensorboard.html#tensorboardprojectorcallback) for a TSForecaster (minimal example from Readme), I ran into...
First commit should be trivially correct (docstring only) Second commit fixes a bug, which was my original intention for opening this PR Third commit reintroduces the original behavior because I...
### Discussed in https://github.com/timeseriesAI/tsai/discussions/895 Originally posted by **kevinPoliPoli** April 21, 2024 Hi everyone, i recently trainer a ConvTranPlus (default parameters) model for a multi class problem (21 classes, 4 features)...
TypeError: TCN.__init__() got an unexpected keyword argument 'custom_head'. how does this happen?what can i do ?
After a pretraining task, it is not possible to access and change the last layer of the InceptionTimePlus model via model.head[-1]. This is probably due to a double call of...
I'm trying to use TSRegressor , I don't see on the documentation the list of compatible models. From the code I've managed to track down this list of models and...
I am using the TSClassifier to implement the TST model for time series classification. Every time I run the code, I have been receiving the error below: [/usr/local/lib/python3.10/dist-packages/tsai/models/TST.py](https://localhost:8080/#) in __init__(self,...
Yolo v9 implementation