havakv / torchtuples

Training neural networks in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use torch DataLoader if torchtupeles DataLoaderSlice is not supported

havakv opened this issue · comments

For versions of torch that cannot take advantage of torchtuples.data.DataLoaderSlice we should default to torch.utils.data.DataLoader with a warning instead of raising an error.