Add offline sampling rate to config
Browse files- aframe_config.yaml +1 -0
aframe_config.yaml
CHANGED
|
@@ -8,6 +8,7 @@ fftlength: 2.5
|
|
| 8 |
highpass: 32
|
| 9 |
# Inference
|
| 10 |
inference_sampling_rate: 128
|
|
|
|
| 11 |
batch_size: 32
|
| 12 |
# Postprocessing
|
| 13 |
integration_window_length: 1.5
|
|
|
|
| 8 |
highpass: 32
|
| 9 |
# Inference
|
| 10 |
inference_sampling_rate: 128
|
| 11 |
+
offline_sampling_rate: 4
|
| 12 |
batch_size: 32
|
| 13 |
# Postprocessing
|
| 14 |
integration_window_length: 1.5
|