Zineng Tang
commited on
Commit
•
dde2bf2
1
Parent(s):
8f2a1eb
Upload preprocessor_config.json
Browse files- preprocessor_config.json +1 -15
preprocessor_config.json
CHANGED
@@ -8,19 +8,5 @@
|
|
8 |
"rescale_factor": 0.00392156862745098,
|
9 |
"do_normalize": true,
|
10 |
"image_mean": [0.5, 0.5, 0.5],
|
11 |
-
"image_std": [0.5, 0.5, 0.5]
|
12 |
-
"feature_size": 128,
|
13 |
-
"sampling_rate": 44100,
|
14 |
-
"padding_value": 0.0,
|
15 |
-
"padding_side": "right",
|
16 |
-
"return_attention_mask": false,
|
17 |
-
"audio_size": 1024,
|
18 |
-
"num_channels": 1,
|
19 |
-
"audio_patch_size": [16, 16],
|
20 |
-
"freq_len": 8,
|
21 |
-
"n_fft": 2048,
|
22 |
-
"hop_length": 512,
|
23 |
-
"chunk_length": 30,
|
24 |
-
"n_samples": 1323000,
|
25 |
-
"nb_max_frames": 2583,
|
26 |
}
|
|
|
8 |
"rescale_factor": 0.00392156862745098,
|
9 |
"do_normalize": true,
|
10 |
"image_mean": [0.5, 0.5, 0.5],
|
11 |
+
"image_std": [0.5, 0.5, 0.5]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|