mandargogate commited on
Commit
df02284
1 Parent(s): 8398ffc

Rename config.yaml to config.json

Browse files
Files changed (2) hide show
  1. config.json +11 -0
  2. config.yaml +0 -9
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SEED": 42,
3
+ "stft_size": 512,
4
+ "window_size": 400,
5
+ "window_shift": 160,
6
+ "sampling_rate": 16000,
7
+ "windows": "hann",
8
+ "max_audio_length": 40800,
9
+ "max_video_length": 64,
10
+ "video_frame_size": "(88, 88)"
11
+ }
config.yaml DELETED
@@ -1,9 +0,0 @@
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)