我是tensorflow的新手,并且了解我遵循教程的基础知识。复制此代码(https://github.com/random-forests/tutorials/blob/master/ep7.ipynb)并尝试执行它时,我收到错误。
W tensorflow / core / framework / op_kernel.cc:993]无效参数:shape_and_slice规范[1,10]中的形状与检查点中存储的形状不匹配:[784,10] 回溯(最近一次调用最后一次):...
似乎负责的命令如下:
classifier.predict(test_data[0])
你能告诉我这个问题吗?
答案 0 :(得分:7)
请尝试
classifier.predict(np.array([test_data[0]], dtype=float), as_iterable=False)
这对我有用
答案 1 :(得分:0)
旁注:您必须增加树莓派上的内存才能运行示例(并在显示功能中添加plt.show())
从此站点了解到它 https://qiita.com/mgr206/items/9fc0de88ff9547372cac 不需要日语,只需检查命令