0 votes
in PyTorch by
Which of the following is used to load dataset in batches?

Select the best option from below

a) torch.utils.Loader()

b) torch.utils.data.Load()

c) torch.utils.data.Loader()

d) torch.utils.data.DataLoader()

1 Answer

0 votes
by
d) torch.utils.data.DataLoader()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...