6
私は1から3今トーチ - テンソルの種類を変更するには?
th> y = torch.randperm(3);
th> y
3
2
1
[torch.DoubleTensor of size 3]
に数字の順列を作成し、私はTorch.LongTensor
にy
を変換したいです。どうやってやるの?
私は1から3今トーチ - テンソルの種類を変更するには?
th> y = torch.randperm(3);
th> y
3
2
1
[torch.DoubleTensor of size 3]
に数字の順列を作成し、私はTorch.LongTensor
にy
を変換したいです。どうやってやるの?
y = y:long()
です。 int
,char
,float
およびbyte