Skip to content

feat(linear_solve): matrix inversion linear solver with neumann series approximation #98

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

Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d158462
feat(linear_solve): matrix inversion linear solver with neumann serie…
XuehaiPan Oct 13, 2022
e171f38
fix: fix ns
XuehaiPan Nov 6, 2022
db88ee3
fix: add test
Benjamin-eecs Nov 6, 2022
0946dbe
test: update tests
XuehaiPan Nov 6, 2022
b3cef2f
fix: add test
Benjamin-eecs Nov 6, 2022
e3a38a7
fix: add test
Benjamin-eecs Nov 7, 2022
de27c02
fix: add test
Benjamin-eecs Nov 7, 2022
183e769
fix: pass test
Benjamin-eecs Nov 7, 2022
155ab8d
fix: pass lint
Benjamin-eecs Nov 7, 2022
081d0b1
fix: pass lint
Benjamin-eecs Nov 7, 2022
7fc64b7
fix: pass lint
Benjamin-eecs Nov 7, 2022
1199814
fix: pass lint
Benjamin-eecs Nov 7, 2022
ede0cba
fix: update test
Benjamin-eecs Nov 7, 2022
54f8e01
chore: update CHANGELOG
Benjamin-eecs Nov 7, 2022
dc49c4f
merge: resolve conflicts
Benjamin-eecs Nov 7, 2022
d1d316c
fix: resolve comments
Benjamin-eecs Nov 7, 2022
31cb010
docs: add solve_inv
Benjamin-eecs Nov 7, 2022
909bd81
chore: update Makefile
Benjamin-eecs Nov 7, 2022
ff54c48
docs: update
Benjamin-eecs Nov 7, 2022
7cb77c8
wip
XuehaiPan Nov 7, 2022
03d6972
wip
XuehaiPan Nov 7, 2022
e8c4b38
wip
XuehaiPan Nov 7, 2022
fcf5148
wip
XuehaiPan Nov 7, 2022
8cd84bb
fix: pass test
Benjamin-eecs Nov 7, 2022
4a7db3c
wip
XuehaiPan Nov 8, 2022
8865eb6
wip
XuehaiPan Nov 8, 2022
afbcf11
wip
XuehaiPan Nov 8, 2022
77cd2ee
wip
XuehaiPan Nov 8, 2022
6753929
wip
XuehaiPan Nov 8, 2022
70ec405
feat: support normalize matvec with tensortree
XuehaiPan Nov 8, 2022
2bd55ba
feat: support implicit matvec
XuehaiPan Nov 8, 2022
564c7ec
feat: support implicit matvec
XuehaiPan Nov 8, 2022
4e7c1f9
fix: fix jacobian tree compose
XuehaiPan Nov 9, 2022
071026a
feat: multi-tensor support for solve_inv
XuehaiPan Nov 9, 2022
08de4bc
docs: update linear_solve docs
XuehaiPan Nov 9, 2022
5a0e458
chore: update ns_inv
XuehaiPan Nov 9, 2022
71ddf58
chore: add shortcuts
XuehaiPan Nov 9, 2022
67b774d
docs: update dictionary
XuehaiPan Nov 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
XuehaiPan committed Nov 8, 2022
commit 6753929d98304d30ee0ab81583efc134d4e5726d
1 change: 0 additions & 1 deletion tests/test_implicit.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def get_model_torch(

dataset = data.TensorDataset(
torch.randint(0, 1, (BATCH_SIZE * NUM_UPDATES, MODEL_NUM_INPUTS)),
# torch.empty((BATCH_SIZE * NUM_UPDATES, MODEL_NUM_INPUTS), dtype=dtype).uniform_(-1.0, +1.0),
torch.randint(0, MODEL_NUM_CLASSES, (BATCH_SIZE * NUM_UPDATES,)),
)
loader = data.DataLoader(dataset, BATCH_SIZE, shuffle=False)
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy