Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ metrics:
|
|
| 21 |
# sparse-nsnet2 — checkpoints
|
| 22 |
|
| 23 |
Best-PESQ checkpoints from the
|
| 24 |
-
[
|
| 25 |
NSNet2 speech enhancement with the FC and GRU layers swappable between
|
| 26 |
dense, [Butterfly](https://arxiv.org/abs/1903.05895), and
|
| 27 |
[Monarch](https://arxiv.org/abs/2204.00595) factorizations.
|
|
@@ -97,8 +97,8 @@ wide_monarch/{g_best,g_best_fp32.onnx,g_best.onnx,config.json}
|
|
| 97 |
Clone the repo first (model classes live there):
|
| 98 |
|
| 99 |
```bash
|
| 100 |
-
git clone https://github.com/LarocheC/
|
| 101 |
-
cd
|
| 102 |
uv sync
|
| 103 |
```
|
| 104 |
|
|
|
|
| 21 |
# sparse-nsnet2 — checkpoints
|
| 22 |
|
| 23 |
Best-PESQ checkpoints from the
|
| 24 |
+
[eco8-neaixt](https://github.com/LarocheC/eco8-neaixt) compression sweep:
|
| 25 |
NSNet2 speech enhancement with the FC and GRU layers swappable between
|
| 26 |
dense, [Butterfly](https://arxiv.org/abs/1903.05895), and
|
| 27 |
[Monarch](https://arxiv.org/abs/2204.00595) factorizations.
|
|
|
|
| 97 |
Clone the repo first (model classes live there):
|
| 98 |
|
| 99 |
```bash
|
| 100 |
+
git clone https://github.com/LarocheC/eco8-neaixt
|
| 101 |
+
cd eco8-neaixt
|
| 102 |
uv sync
|
| 103 |
```
|
| 104 |
|