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()
...