avsec3-baseline / config.json
mandargogate's picture
Rename model_config.json to config.json
8f4cf47 verified
raw
history blame contribute delete
No virus
217 Bytes
{
"SEED": 42,
"stft_size": 512,
"window_size": 400,
"window_shift": 160,
"sampling_rate": 16000,
"windows": "hann",
"max_audio_length": 40800,
"max_video_length": 64,
"video_frame_size": "(88, 88)"
}