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