Update config.pbtxt
Browse files- config.pbtxt +1 -1
config.pbtxt
CHANGED
@@ -6,7 +6,7 @@ input [
|
|
6 |
{
|
7 |
name: "audio_features"
|
8 |
data_type: TYPE_FP32
|
9 |
-
dims: [
|
10 |
}
|
11 |
]
|
12 |
|
|
|
6 |
{
|
7 |
name: "audio_features"
|
8 |
data_type: TYPE_FP32
|
9 |
+
dims: [80, 3000 ] # [n_mels, time]
|
10 |
}
|
11 |
]
|
12 |
|