type
status
date
slug
summary
tags
category
icon
password
Property
Tensor
Pytorch
没有对string
的支持,使用其他方式处理string
:one-hot、embedding数据类型
set default type
Tensor 维度
Tensor是张量的意思,张量包含了0到任意维度的量:0维常数,1维向量,二维矩阵,多维度的就直接叫张量
Dim 1
Dim 2
Dim 3
Dim 4
创建Tensor
Import from numpy
numpy和torch之间的转换及运算