x-vector-pytorch
x-vector-pytorch copied to clipboard
question about dataset
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, 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 .... .... ....