Trustworthy-ML-Lab/CLIP-dissect

Size mismatch

Closed this issue · 0 comments

Thank you for providing a code for such an inspiring work!

I get the following error when I run describe_neurons.py.

image

It seems like there is a size mismatch between the number of image features and the number of target features:

image

Should I discard samples from target features with the indices from 92000 to 92035?
How can I solve this error? @tuomaso

Thank you.