Skip to content

Implementation of the paper ": Advanced end-to-end deep neural network using raw waveforms for text-independent speaker verification"

Notifications You must be signed in to change notification settings

KrishnaDN/RawNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RawNet

Implementation of the paper "RawNet: Advanced end-to-end deep neural network using raw waveforms for text-independent speaker verification" Paper: https://arxiv.org/pdf/1904.08104.pdf

Usage

import torch
from model import RawNet
inputs = torch.rand(64,1,59049) # Input shape (batch_size,channel_dim,no_samples)
model = RawNet(input_channel=1, num_classes=1211)
predictions, speaker_embeddings = model(inputs)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. For any queries contact : krishnadn94@gmail.com

License

MIT

About

Implementation of the paper ": Advanced end-to-end deep neural network using raw waveforms for text-independent speaker verification"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages