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

large difference in computing transformation matrix W on different device #16

Open
KarenMars opened this issue Feb 13, 2023 · 0 comments

Comments

@KarenMars
Copy link

Hi,

I obtained two different transformation matrix W on different machines, one is on my own desktop (Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz 2.11 GHz), one is on the server machine ( Intel(R) Xeon(R) Gold 5118 CPU @ 2.30GHz), I ensure that the versions of depending packages are all the same.

        u, s, vh = np.linalg.svd(cov)
        self.W = np.dot(u, np.diag(1/np.sqrt(s)))

Does anyone have the same problem and have a solution of it, thank you very much!

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

1 participant