Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 776 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 776 Bytes

Deep-LDA

A Pytorch implementations of a deep generative version of LDA for author's article "Deep generative LDA"

Code inherited from "DNF"

Datasets

trainingset:Voxceleb 
testset: SITW, CNCeleb

Following this link to download the dataset (extraction code:8xwe)

Run DNF

python train.py

The evaluation and scoring will be performed automatically during the training process.

Other instructions

score.py is a python implementations of the standard kaldi consine scoring, you can also use kaldi to do the plda scoring
tsne.py can be used to draw the distribution of latent space