leonardvorbeck
commited on
Commit
•
3587635
1
Parent(s):
0daa89a
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ license: apache-2.0
|
|
20 |
|
21 |
```ipython
|
22 |
with torch.no_grad():
|
23 |
-
|
24 |
```
|
25 |
|
26 |
[Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
|
|
|
20 |
|
21 |
```ipython
|
22 |
with torch.no_grad():
|
23 |
+
model(torch.randn((1,300_000)))
|
24 |
```
|
25 |
|
26 |
[Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
|