Fixed markdown error in README.md
#5
by
GradientDescent2718
- opened
README.md
CHANGED
|
@@ -47,6 +47,7 @@
|
|
| 47 |
**Configuration-Specific Shapes**:
|
| 48 |
|
| 49 |
| Input | Default | NVIDIA Low | NVIDIA High |
|
|
|
|
| 50 |
| chunk | `[1, 112, 128]` | `[1, 112, 128]` | `[1, 3048, 128]` |
|
| 51 |
| chunk_lengths | `[1]` | `[1]` | `[1]` |
|
| 52 |
| spkcache | `[1, 188, 512]` | `[1, 188, 512]` | `[1, 188, 512]` |
|
|
@@ -55,6 +56,7 @@
|
|
| 55 |
| fifo_lengths | `[1]` | `[1]` | `[1]` |
|
| 56 |
|
| 57 |
| Output | Default | NVIDIA Low | NVIDIA High |
|
|
|
|
| 58 |
| speaker_preds | `[1, 242, 128]` | `[1, 390, 128]` | `[1, 609, 128]` |
|
| 59 |
| chunk_pre_encoder_embs | `[1, 14, 512]` | `[1, 14, 512]` | `[1, 381, 512]` |
|
| 60 |
| chunk_pre_encoder_lengths | `[1]` | `[1]` | `[1]` |
|
|
|
|
| 47 |
**Configuration-Specific Shapes**:
|
| 48 |
|
| 49 |
| Input | Default | NVIDIA Low | NVIDIA High |
|
| 50 |
+
|-------|---------|------------|-------------|
|
| 51 |
| chunk | `[1, 112, 128]` | `[1, 112, 128]` | `[1, 3048, 128]` |
|
| 52 |
| chunk_lengths | `[1]` | `[1]` | `[1]` |
|
| 53 |
| spkcache | `[1, 188, 512]` | `[1, 188, 512]` | `[1, 188, 512]` |
|
|
|
|
| 56 |
| fifo_lengths | `[1]` | `[1]` | `[1]` |
|
| 57 |
|
| 58 |
| Output | Default | NVIDIA Low | NVIDIA High |
|
| 59 |
+
|--------|---------|------------|-------------|
|
| 60 |
| speaker_preds | `[1, 242, 128]` | `[1, 390, 128]` | `[1, 609, 128]` |
|
| 61 |
| chunk_pre_encoder_embs | `[1, 14, 512]` | `[1, 14, 512]` | `[1, 381, 512]` |
|
| 62 |
| chunk_pre_encoder_lengths | `[1]` | `[1]` | `[1]` |
|