tsai
tsai copied to clipboard
How to convert between "get_ts_dls" and "torch.utils.data.DataLoader"
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"
Sorry, but tsai uses its own dataloaders that perform multiple operations out of the box. If you want to use a Pytorch vanilla DataLoader you'll need to manage that on your own.