Ruizhe Cao
Ruizhe Cao
Thanks a lot!
> I am experiencing CUDA out of memory errors on a GPU with 40gb of memory whenever I perform inference on an audio file longer than 10 seconds. There is...
> get error. > > Run model on reference(ref) and degraded(deg) Sample rate (fs) - No default. Must select either 8000 or 16000. Note there is narrow band (nb) mode...
It should be ok only to infer only a one-second track of 44100kHz, I can infer10 seconds track of 16kHz on a 24GB GPU, how large memory is your GPU?
I suggest to make the sample size of eahc batch dividable by 400, because the window length of stft is 400, this might solve the connection problem. e.g. for 441000...
Hello, I have a similar problem with testing, I notice in the generator.py, one should write the dataset themselves. I want to use the dataset from dataset.py. But in that...
> > Hello, I have a similar problem with testing, I notice in the generator.py, one should write the dataset themselves. I want to use the dataset from dataset.py. But...