In the speaker recognition task, two parameters are test_list and test_path. What path is test_path?
The code uses "inp1 = loadWAV(os.path.join(test_path,file), self.__max_frames__*4, evalmode=True, num_eval=num_eval).cuda()", But some of the data in the file is a single string of numbers, and some is the full audio address.
In the speaker recognition task, two parameters are test_list and test_path. What path is test_path? The code uses "inp1 = loadWAV(os.path.join(test_path,file), self.__max_frames__*4, evalmode=True, num_eval=num_eval).cuda()", But some of the data in the file is a single string of numbers, and some is the full audio address.