nuwave icon indicating copy to clipboard operation
nuwave copied to clipboard

How do I upsample a wav once the model is trained?

Open go-dustin opened this issue 2 years ago • 3 comments

I think this is a very interesting project and I'd like to test it but I'm not a data scientist. I see how to train and test but I don't see any examples of how to use it. I looked through the code but didn't see anything that gave me a clear indication on how to use it. How do I upsample a wav once the model is trained?

go-dustin avatar Dec 29 '21 20:12 go-dustin

Hi! Thank you for your interest!

We already wrote code about wav file upsampling (inference) with trained model, but we did not write it on README. https://github.com/mindslab-ai/nuwave/blob/f941928c12db6d0e325e8c1997079d274ea4cede/sampling.py

Maybe we could update README during this week.

Thank you for pointing out this.

junjun3518 avatar Jan 02 '22 23:01 junjun3518

I did see that script but it wasn't clear what it did. Please write up a readme and I'd be happy to test..!

Would it be possible to share the pretrained model so I can test it quickly without having to train.?

go-dustin avatar Jan 04 '22 21:01 go-dustin

Yes, checkpoints available at https://github.com/mindslab-ai/nuwave/issues/18.

freds0 avatar Apr 12 '22 14:04 freds0