code_7.py 84 字节
Newer Older
ToTensor's avatar
ToTensor 已提交
1 2
print ('X张量的形状:', X.shape)
print ('X张量中的第一个数据', X[1])