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

Vahadane numpy backend #28

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
references typo in redirect
andreped committed Dec 21, 2022
commit 62d9405f41acf7623a68227ce138035e859186fb
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ Normalization algorithms currently implemented:

| Algorithm | numpy | torch | tensorflow |
|-|-|-|-|
| Macenko [\[1\]](#reference) | ✓ | ✓ | ✓ |
| Reinhard [\[2\]](#reference)| ✓ | ✗ | ✓ |
| Vahadane [\[3\]](#reference) | ✓ | ✗ | ✗ |
| Macenko [\[1\]](#references) | ✓ | ✓ | ✓ |
| Reinhard [\[2\]](#references)| ✓ | ✗ | ✓ |
| Vahadane [\[3\]](#references) | ✓ | ✗ | ✗ |

## Installation