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

two bugs #29

Open
rgoroshin opened this issue Jun 23, 2014 · 0 comments
Open

two bugs #29

rgoroshin opened this issue Jun 23, 2014 · 0 comments

Comments

@rgoroshin
Copy link

Two bugs in whitening.lua

(1) line 20 should use a much smaller epsilon than 1e-1, more like 1e-6
(2) lines 27 and 28 should be:
invP = torch.mm(cv, invdiag)
invP = torch.mm(invP, cv:t())
to get the correct inverse.

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