You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Discover pretrained models for deep learning in MATLAB.
18
18
*[Transformers](#transformers)
19
19
20
20
### Audio
21
-
*[Audio Embeddings](#Audio)
21
+
*[Audio Embeddings](#AudioEmbeddings)
22
22
*[Sound Classification](#SoundClassification)
23
23
*[Pitch Estimation](#PitchEstimation)
24
24
*[Speech to Text](#Speech2Text)
@@ -233,7 +233,7 @@ Inputs are sequences of text, outputs are text feature embeddings.
233
233
234
234
[Back to top](#Models)
235
235
236
-
## Audio <aname="Audio"/>
236
+
## Audio <aname="AudioEmbeddings"/>
237
237
238
238
Audio Embedding pretrained models have already learned to extract powerful and informative features from audio signals. Use them as a starting point to learn a new task using transfer learning.
239
239
@@ -250,6 +250,7 @@ Inputs are Audio signals, outputs are audio feature embeddings.
0 commit comments