mandargogate commited on
Commit
79b3675
1 Parent(s): b9c45e1

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +9 -0
config.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ SEED: 42
2
+ stft_size: 512
3
+ window_size: 400
4
+ window_shift: 160
5
+ sampling_rate: 16000
6
+ windows: "hann"
7
+ max_audio_length: 40800
8
+ max_video_length: 64
9
+ video_frame_size: (88, 88)