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

Can tsai train on muti device? #890

Closed wnanao closed 2 months ago

wnanao commented 3 months ago

How can tsai train on muti device? I have four gpus, but I do not know how to use. reg = TSRegressor(X, y, path='./TSTPlus_models', arch="TSTPlus",device="cuda:2", metrics=rmse, verbose=True)