0 votes
in PyTorch by

Which of the following functions is used to initialize Tensors in PyTorch randomly?

Select the best option from below

a) torch.random()

b) torch.array()

c) torch.randn()

d) torch.Tensor()

1 Answer

0 votes
by
c) torch.randn()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Jan 29, 2021 in HTML by rajeshsharma
...