Add note about scaling
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ This dataset contains spectrogram features in an mmap ninja format intended to u
|
|
| 12 |
out_type=tf.uint16,
|
| 13 |
```
|
| 14 |
|
|
|
|
|
|
|
| 15 |
The ``dinner_party_background`` file contains features from the CHiME6 training set to use while training, the CHiME6 dev and evaluation sets for validating ambient background, and all DipCo audios for testing ambient background.
|
| 16 |
|
| 17 |
The ``no_speech_background`` file contains features from the FMA-medium, FSD50K, and WHAM datasets for training. Any source audio clips less than 6 seconds long were repeated until at least that length. All spectrograms were split over 5 second non-overlapping intervals. The first 25 features were discarded.
|
|
|
|
| 12 |
out_type=tf.uint16,
|
| 13 |
```
|
| 14 |
|
| 15 |
+
These features are not scaled or converted to float. To do so, multiply by a factor of 0.0390625 after casting to a float. The current version (June 8th, 2024) of microWakeWord doesn't automatically do this, but it will be implented.
|
| 16 |
+
|
| 17 |
The ``dinner_party_background`` file contains features from the CHiME6 training set to use while training, the CHiME6 dev and evaluation sets for validating ambient background, and all DipCo audios for testing ambient background.
|
| 18 |
|
| 19 |
The ``no_speech_background`` file contains features from the FMA-medium, FSD50K, and WHAM datasets for training. Any source audio clips less than 6 seconds long were repeated until at least that length. All spectrograms were split over 5 second non-overlapping intervals. The first 25 features were discarded.
|