You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我在测试模型时遇到了这个问题,请问应该如何解决,我使用的是自己的数据集,图片的尺寸为300*300.
Traceback (most recent call last):
File "Drbox.py", line 495, in
net.test()
File "Drbox.py", line 381, in test
temp[:, :, chid] = test_im
ValueError: could not broadcast input array from shape (300,300,3) into shape (300,300)
The text was updated successfully, but these errors were encountered:
你好,我在测试模型时遇到了这个问题,请问应该如何解决,我使用的是自己的数据集,图片的尺寸为300*300.
Traceback (most recent call last):
File "Drbox.py", line 495, in
net.test()
File "Drbox.py", line 381, in test
temp[:, :, chid] = test_im
ValueError: could not broadcast input array from shape (300,300,3) into shape (300,300)
The text was updated successfully, but these errors were encountered: