Jungjee / RawNet

Official repository for RawNet, RawNet2, and RawNet3
MIT License
357 stars 55 forks source link

How make embedding for single wave file? #16

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is have function? No use batches or data loader, just one wav.

Jungjee commented 3 years ago

Hi, I didn't understand your question.. Can you provide more details?

ghost commented 3 years ago

I have a singls wav file beling to single speaker. Want extrcat embedding.

Jungjee commented 3 years ago

you can simply load the model, input one utterance with unsqueeze(0) to make batch size to 1