原文:AttributeError: 'Model' object has no attribute 'name'

进入hsi net.py文件找到FDSSC函数。 红圈画的input data应该是模型的输入,但是由于reshape时变量命名的问题,导致input data变成了别的变量,所以在运行时会出现如下错误。 ...

2019-05-27 10:05 0 2172 推荐指数:

查看详情

AttributeError: 'Table' object has no attribute 'plot'错误

今天在用到camelot爬取pdf的表格时,想选取部分区域进行爬取,就想用plot把pdf画一下,选个坐标。 看了网上的示例,在使用camelot.read_pdf获取当前页面以后调用tables[0].plot('text'),提示AttributeError: 'Table' object ...

Mon Jan 06 09:35:00 CST 2020 0 1305
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM