syncnet_trainer icon indicating copy to clipboard operation
syncnet_trainer copied to clipboard

What does text_path mean?

Open 6eternal6 opened this issue 2 years ago • 0 comments

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.

6eternal6 avatar Mar 04 '24 08:03 6eternal6