code_5.py 65 字节
Newer Older
ToTensor's avatar
ToTensor 已提交
1 2
print (X_train.shape)
X_train_slice = X_train[10000:15000, :, :]