Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

huaixv/GE2ELoss_PyTorchLightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speaker Verification

Dependencies

The following packages is required to run the scripts:

  • pytorch
  • pytorch-lightning
  • librosa

Usage

  • Copy the TIMIT dataset to the corresponding folder, like this:
TIMIT
├── TEST
│   ├── DR1
│   ├── DR2
│   ├── ...
│   └── DR8
└── TRAIN
    ├── DR1
    ├── DR2
    ├── ...
    └── DR8
  • Extract MFCC features:
python -m src.preprocess
  • Train the neural network:
python -m src.embedder
  • If you need tune the hyperparameters, edit src/config.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages