期末课程设计(葡萄酒的分类)
代码:
#蓝桥社区的课程实验代码
运行过程中的报错和解决方法:
1.出现:“FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate...”
改成:np.dtype([("quint8", np.uint8, (1,))])
参考:解决python调用TensorFlow时出现FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate_BigDream123的博客-CSDN博客 (点击警告里的链接,找到对应报错代码然后修改。)
2.“ValueError: ('Error when checking model input: expected no data, but got:', array([[-1.73700461e-01, -8.85408531e-01, -1.70034959e-01,”
出现这个着实让我不明觉厉)
如图:)
11.26
破案了,没有调用数据,是我愚钝了ORZ
顺便学会了解决pycharm换不了行的问题:按一下键盘上的insert