Update README.md (#1)
Browse files- Update README.md (42f67e3bd927bb9a7f9be5e2841600e7f2924882)
Co-authored-by: user2348957 <[email protected]>
README.md
CHANGED
|
@@ -33,7 +33,7 @@ This model ingests 10 seconds of mono audio sampled at 16kHz and outputs speaker
|
|
| 33 |
```python
|
| 34 |
# waveform (first row)
|
| 35 |
duration, sample_rate, num_channels = 10, 16000, 1
|
| 36 |
-
waveform = torch.randn(batch_size, num_channels, duration * sample_rate
|
| 37 |
|
| 38 |
# powerset multi-class encoding (second row)
|
| 39 |
powerset_encoding = model(waveform)
|
|
|
|
| 33 |
```python
|
| 34 |
# waveform (first row)
|
| 35 |
duration, sample_rate, num_channels = 10, 16000, 1
|
| 36 |
+
waveform = torch.randn(batch_size, num_channels, duration * sample_rate)
|
| 37 |
|
| 38 |
# powerset multi-class encoding (second row)
|
| 39 |
powerset_encoding = model(waveform)
|