tsai icon indicating copy to clipboard operation
tsai copied to clipboard

How to convert between "get_ts_dls" and "torch.utils.data.DataLoader"

Open aappaappoo opened this issue 2 years ago • 1 comments

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"

aappaappoo avatar Jun 13 '22 03:06 aappaappoo

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.

oguiza avatar Aug 18 '22 10:08 oguiza