Spaces:
Runtime error
Runtime error
add test-model notebook
Browse files- notebooks/test-mel.ipynb +16 -0
- notebooks/test-model.ipynb +0 -0
notebooks/test-mel.ipynb
CHANGED
@@ -44,6 +44,14 @@
|
|
44 |
"mel = Mel()"
|
45 |
]
|
46 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
{
|
48 |
"cell_type": "code",
|
49 |
"execution_count": 8,
|
@@ -107,6 +115,14 @@
|
|
107 |
"image.width, image.height"
|
108 |
]
|
109 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
{
|
111 |
"cell_type": "code",
|
112 |
"execution_count": 13,
|
|
|
44 |
"mel = Mel()"
|
45 |
]
|
46 |
},
|
47 |
+
{
|
48 |
+
"cell_type": "markdown",
|
49 |
+
"id": "b2178c3f",
|
50 |
+
"metadata": {},
|
51 |
+
"source": [
|
52 |
+
"### Transform slice of audio to Mel spectrogram"
|
53 |
+
]
|
54 |
+
},
|
55 |
{
|
56 |
"cell_type": "code",
|
57 |
"execution_count": 8,
|
|
|
115 |
"image.width, image.height"
|
116 |
]
|
117 |
},
|
118 |
+
{
|
119 |
+
"cell_type": "markdown",
|
120 |
+
"id": "fe112fef",
|
121 |
+
"metadata": {},
|
122 |
+
"source": [
|
123 |
+
"### Transform Mel spectrogram back to audio"
|
124 |
+
]
|
125 |
+
},
|
126 |
{
|
127 |
"cell_type": "code",
|
128 |
"execution_count": 13,
|
notebooks/test-model.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|