hello,i input an image with shape(3,480,480), i want to vision the hidden feature (240,240).
there is an error about numpy's broadcast .
cam += w.cpu().data.numpy() * feature_map[i, :, :].cpu().data.numpy()
ValueError: operands could not be broadcast together with shapes (480,480) (240,240)
hello,i input an image with shape(3,480,480), i want to vision the hidden feature (240,240).
there is an error about numpy's broadcast .
cam += w.cpu().data.numpy() * feature_map[i, :, :].cpu().data.numpy()
ValueError: operands could not be broadcast together with shapes (480,480) (240,240)