Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The algorithm failed to converge because the input matrix is ill-conditioned or has too many repeated eigenvalues (error code: 1). #188

Open
Neel-132 opened this issue Dec 15, 2023 · 2 comments

Comments

@Neel-132
Copy link

Everytime I try to run the Deep Multiset CCA, I come across this error "The algorithm failed to converge because the input matrix is ill-conditioned or has too many repeated eigenvalues (error code: 1)". I am literally using random matrices but the DCCA model along with the MCCA loss but still I keep encountering this error.

@jameschapman19
Copy link
Owner

A fairly common reason for this is if you are using batch size < latent dimensions. The classic DCCA, DMCCA, DGCCA algorithms will all break.

I recommend giving our DCCA-EY algorithm a go if you are in the batch size < latent dimensions setting.

@Neel-132
Copy link
Author

I am so sorry for troubling you with such rookie problems. Thank you its fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants