MaartenGr/Concept

TypeError: Cannot use scipy.linalg.eigh for sparse A with k >= N. Use scipy.linalg.eigh(A.toarray()) or reduce k.

cyberandy opened this issue · 1 comments

Hi there,

I am trying to run Concept on a very small dataset of images (10 images in jpg) but while I can run it on the sample you provided (Colab) I get the following error with my dataset. Any idea what might be the issue?

image

Aside from this specific issue, this is an amazing work!

The issue is mainly related to the size of the dataset, as I increased it - it started to work.