print(x_train.shape, y_train.shape)
print(x_test.shape, y_test.shape)
运行后 出错
name 'x_train' is not defined
数据集下载好以后,在运行这句代码
x_train 没有定义 看下你之前是不是拼错了