-
Hi, I was using the google Colab provided and tried to train on some sounds. However, after running the training block, I always get the error ValueError n_components=128 must be between 0 and min(n_samples, n_features)=32 with svd_solver='full'. I think it has something to do with the PCA algorithm, more specifically, the number of samples I used. Do I have to use more 128 samples in order to make this model work? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
i had similiar issue and i think it was because my training dataset was too small / not enough audio material #108 |
Beta Was this translation helpful? Give feedback.
i had similiar issue and i think it was because my training dataset was too small / not enough audio material #108