Tensor
2021-11-1
| 2023-8-6
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password
Property

Tensor

notion image
Pytorch没有对string的支持,使用其他方式处理stringone-hot、embedding
 
 

数据类型

notion image
 

set default type

 
 

Tensor 维度

Tensor是张量的意思,张量包含了0到任意维度的量:0维常数,1维向量,二维矩阵,多维度的就直接叫张量
notion image
notion image
 

Dim 0

 
 
 

Dim 1

Dim 2

Dim 3

Dim 4

 
 

创建Tensor

Import from numpy
numpy和torch之间的转换及运算
 
Import from List
 
Uninitialized
 
set default type
 
rand/rand_like,randint
 
randn
 
full
 
arange/range
 
linspace/logspace
 
ones/zeros/eye
 
randperm
  • PyTorch
  • 灰色系统理论索引与切片
    目录