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.91k stars 622 forks source link

Transfer Learning in PatchTST using Fine Tuning and Linear Probing - Notebook Tutorial #849

Open shahaamirbader opened 8 months ago

shahaamirbader commented 8 months ago

Hi,

Thumbs up for the awesome work especially PatchTST. Is there a chance to also include a tutorial code for performing Transfer Learning on the PatchTST pre-trained model using either fine tuning or linear probing on the new dataset? The current tutorial only shows the inference on a new dataset and does not show how transfer learning could be used.

Thanks