qiuqiangkong / audioset_tagging_cnn

MIT License
1.35k stars 255 forks source link

Could i change the input size of wav files? #26

Closed xinmokunshou closed 3 years ago

xinmokunshou commented 4 years ago

Hi, there. I have a question about the input size of wav files. So, I'm doing some work on a transfer learning task based on your pretrained model. In config.py, you set

sample_rate = 32000
clip_samples = sample_rate * 10     # Audio clips are 10-second

I'm wondering : could i change this two number? If i changed them, does it means I can't use your pretrained model for next steps?