Closed xinmokunshou closed 3 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?
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
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?