cerlymarco / MEDIUM_NoteBook

Repository containing notebooks of my posts on Medium
MIT License
2.08k stars 975 forks source link

ValueError: cannot reshape array of size 25690112 into shape (50625,512) #45

Closed vaibhav030798 closed 1 year ago

vaibhav030798 commented 1 year ago

my image size = 225 and ERROR is -

---> 23 out = np.dot(activation_maps.reshape((img.shape[0]*img.shape[1], 512)), class_weights).reshape(img.shape[0],img.shape[1]) 24 25

ValueError: cannot reshape array of size 25690112 into shape (50625,512)

cerlymarco commented 1 year ago

Hi,

All the best