Commit
·
9fe2eea
1
Parent(s):
1f024d3
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
66 |
year = {2021},
|
67 |
publisher = {GitHub},
|
68 |
journal = {GitHub repository},
|
69 |
-
howpublished = {
|
70 |
}
|
71 |
```
|
72 |
|
@@ -78,4 +78,9 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
78 |
year={2021},
|
79 |
booktitle={ICASSP 2021}
|
80 |
}
|
81 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
66 |
year = {2021},
|
67 |
publisher = {GitHub},
|
68 |
journal = {GitHub repository},
|
69 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
70 |
}
|
71 |
```
|
72 |
|
|
|
78 |
year={2021},
|
79 |
booktitle={ICASSP 2021}
|
80 |
}
|
81 |
+
```
|
82 |
+
|
83 |
+
#### About SpeechBrain
|
84 |
+
SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
|
85 |
+
Website: https://speechbrain.github.io/
|
86 |
+
GitHub: https://github.com/speechbrain/speechbrain
|