Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pytorch

from __future__ import print_function
import torch
x = torch.rand(5, 3)
print(x)
Source by pytorch.org #
 
PREVIOUS NEXT
Tagged: #pytorch
ADD COMMENT
Topic
Name
4+1 =