1.

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

Answer»

Which of the following functions is used to initialize Tensors in PyTorch RANDOMLY?
PLEASE choose the correct option from below LIST
(1)torch.random()
(2)torch.array()
(3)torch.randn()
(4)torch.Tensor()

ANSWER:-(3)torch.randn()



Discussion

No Comment Found