x-vector-pytorch icon indicating copy to clipboard operation
x-vector-pytorch copied to clipboard

question about dataset

Open quyuquan2019 opened this issue 4 years ago • 1 comments

hi, i have a question .i use windows to run you code ,how to achieve you dataset ? because i see you dataset is .txt

quyuquan2019 avatar Jun 26 '20 04:06 quyuquan2019

hi, i have a question .i use windows to run you code ,how to achieve you dataset ? because i see you dataset is .txt

Hi, assuming you have audio files and their corresponding labels. You can create a txt file by appending filepath followed by the label ID. for example

filepath_1 0 filepath_2 2 filepath_3 0 filepath_4 2 filepath_5 7 filepath_6 4 filepath_7 3 filepath_8 2 .... .... ....

KrishnaDN avatar Sep 08 '20 03:09 KrishnaDN