HarryVolek / PyTorch_Speaker_Verification

PyTorch implementation of "Generalized End-to-End Loss for Speaker Verification" by Wan, Li et al.
BSD 3-Clause "New" or "Revised" License
578 stars 164 forks source link

Update data_preprocess.py #77

Open idiomaticrefactoring opened 2 years ago

idiomaticrefactoring commented 2 years ago

refactoring code with var unpack which is more pythonic, concise, readable and efficient; how do think this change which has practical value?