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

[Algorithm][Parametric] SVD Linear Layer #23

Open
jejjohnson opened this issue Mar 11, 2021 · 0 comments
Open

[Algorithm][Parametric] SVD Linear Layer #23

jejjohnson opened this issue Mar 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jejjohnson
Copy link
Member

We currently have the householder transformation but we can use that for the SVD layer, X=USV^T. The rotation matrices (U,V^T) are constrained to be orthogonal and the diagonal, S, is unconstrained. It's a bit more expensive but it might help for training.


Resources

@jejjohnson jejjohnson added the enhancement New feature or request label Mar 11, 2021
@jejjohnson jejjohnson changed the title [Algorithm] Parametric SVD Linear Layer [Algorithm][Parametric] SVD Linear Layer Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant