-
Notifications
You must be signed in to change notification settings - Fork 10
PSGD-Kron's helper functions #37
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
Conversation
e2c3b93 to
7b54565
Compare
8f81cea to
4c13635
Compare
|
@mkhona-nvidia This is really awesome work! The functions are looking accurate. I'll mention these for down the road:
|
2797463 to
b066ed1
Compare
|
/ok to test b066ed1 |
Sounds good; Once this PR is merged, I will have another PR that actually uses the building blocks of this PR to make PSGD-Kron-Pro with this flow and defaults |
|
/ok to test 2062d44 |
|
/ok to test 0788dc9 |
…atest code Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
835ab1d to
e5b5ba5
Compare
Signed-off-by: mikail <[email protected]>
|
/ok to test 2fe3ce3 |
Signed-off-by: mikail <[email protected]>
Signed-off-by: mikail <[email protected]>
|
/ok to test 5006bb9 |
* cleaned up lower bound function for spectral norm based on Xi-lin's latest code Signed-off-by: mikail <[email protected]> Signed-off-by: Pablo Garay <[email protected]>
Building the helper functions for the PSGD Kron optimizer By Xilin-Li.
Includes subspace-iteration based spectral lower bound calculation, an online procrustes solver and functions to apply the kronecker-factored upper triangular factored preconditioner.