wbenoit commited on
Commit
083f1d8
·
verified ·
1 Parent(s): 36be94c

Update aframe_config.yaml

Browse files
Files changed (1) hide show
  1. aframe_config.yaml +8 -4
aframe_config.yaml CHANGED
@@ -1,10 +1,14 @@
 
1
  sample_rate: 2048
2
  kernel_length: 1.5
3
- inference_sampling_rate: 128
4
- batch_size: 32
5
  psd_length: 64
6
- aframe_right_pad: 0.0
7
  fduration: 1
8
- integration_window_length: 1.5
9
  fftlength: 2.5
10
  highpass: 32
 
 
 
 
 
 
 
1
+ # General
2
  sample_rate: 2048
3
  kernel_length: 1.5
4
+ # Preprocessing
 
5
  psd_length: 64
 
6
  fduration: 1
 
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
14
+ aframe_right_pad: 0.0