astorfi / 3D-convolutional-speaker-recognition

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Apache License 2.0
781 stars 275 forks source link

Do you mean "train_files_subjects_list.append(subject)" rather than "train_files_subjects_list.append(file_name.split('/')[7]" #8

Closed duoduoliu0622 closed 6 years ago

duoduoliu0622 commented 6 years ago

https://github.com/astorfi/3D-convolutional-speaker-recognition/blob/61969eb2dba6004bdecb4f7100047015ca665348/code/0-input/create_hdf5/create_development.py#L132

astorfi commented 6 years ago

@duoduoliu0622 Yes, basically considering the naming convention of the dataset that I used, file_name.split('/')[7] gives the subject!