Robert Bogan Kang
Robert Bogan Kang
I tried a lot, and find the answer. Reference from [https://github.com/microsoft/UniSpeech/tree/main/downstreams/speaker_verification](url). We should add `with torch.no_grad():` when extracting features. For example: ```python with torch.no_grad(): feature = (audio) ``` In your...
I tried a lot, and find the answer. Reference from [https://github.com/microsoft/UniSpeech/tree/main/downstreams/speaker_verification](url). We should add `with torch.no_grad():` when extracting features. For example: ```python with torch.no_grad(): feature = (audio) ```