File size: 246 Bytes
7ad7872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "image_processor": {
    "size": {
      "height": 224,
      "width": 224
    },
    "resample": "bilinear"
  },
  "audio_processor": {
    "sample_rate": 16000,
    "n_fft": 1024,
    "hop_length": 160,
    "n_mels": 128
  }
}