AI编程社区
ValueError: cannot reshape array of size 32980000 into shape (3299,100,100)
ValueError: cannot reshape array of size 32980000 into shape (3299,100,100)
ValueError: cannot reshape array of size 32980000 into shape (3299,100,100)该行代码报错,如下解决方案:报错原因是32980000不等于3299×100×100×1因此只要把3299改成3298(32980000/100/100)就行了
所有评论(0)