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
I have tested the code with input size for input image size equals to (224,224,3). I had this error :
File "C:...\RISE_tf\explain_image.py", line 54, in generate_masks
anti_aliasing=False)[x:x + self.input_size[0], y:y + self.input_size[1]] ValueError: could not broadcast input array from shape (224,224,9) into shape (224,224,3)
The text was updated successfully, but these errors were encountered:
Hello,
I am asking for an urgent help please.
I have tested the code with input size for input image size equals to (224,224,3). I had this error :
File "C:...\RISE_tf\explain_image.py", line 54, in generate_masks
anti_aliasing=False)[x:x + self.input_size[0], y:y + self.input_size[1]]
ValueError: could not broadcast input array from shape (224,224,9) into shape (224,224,3)
The text was updated successfully, but these errors were encountered: