vscode-pytorch
vscode-pytorch copied to clipboard
dataloader not working
hi just wanna let you know that the "pytorch:dataloader" is not working with the newest update of PyTorch, after that PyTorch has relocated the "dataloader" from "torch.utils.DataLoader" to "torch.utils.data.DataLoader". I just love the snippets that you have made so far
ohhh I have seen that you have fixed it, but it is not updated in to vscode??
I'm not sure whether this is fixed or not, but I wanna tell you that this snippet has another problem as well. in the default arguments, you've written suffle instead of shuffle. By the way thanks for your nice snippets.