ValueError: Data cardinality is ambiguous: x sizes: 60000 y sizes: 10000 Please provide data which shares the same first dimension

后端 未结 0 1812
隐瞒了意图╮
隐瞒了意图╮ 2021-02-12 17:23

I am working on mnist data using TensorFlow. Training the model went fine but after that wehn I try this code below

val_loss,val_acc=model.evaluate(x_test,y_test)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题