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
Hi, I try to change dataset to cifar-100.
But I always encounter error message about : Cholesky decomposition was not successful. The input might not be valid.
And I have tried the method in Question #11 , but it can't work.
I wonder if I need to change the RGB image (3 channel) into Gray image (1 channel) when I load the dataset ?
Or the dataset with 100 classes is not suitable to SpectralNet?
Could you help me figure out what I should tune the parameter , please ?