这个怎么解决

来源:3-4 Minst手写体识别

慕粉2314214134

2019-02-06 16:44

print(x_train.shape, y_train.shape)

print(x_test.shape, y_test.shape)

运行后 出错

name 'x_train' is not defined


写回答 关注

2回答

  • 慕无忌9243079
    2019-06-03 16:08:40

    数据集下载好以后,在运行这句代码

  • qq_MakiseKurisu_04324521
    2019-04-17 19:15:30
    x_train 没有定义  看下你之前是不是拼错了

     

Keras入门

深度学习快速入门最佳路径—Keras

10300 学习 · 50 问题

查看课程

相似问题