Sonic2022_mario
12/16/2022, 9:25 PMTheRoyalRuby2000
12/16/2022, 9:34 PMTheRoyalRuby2000
12/16/2022, 9:35 PMSonic2022_mario
12/16/2022, 9:36 PMSonic2022_mario
12/16/2022, 9:37 PM{K EY1} (Kei)
12/16/2022, 9:38 PMPixPrucer
12/16/2022, 9:39 PM{K EY1} (Kei)
12/16/2022, 9:40 PMPixPrucer
12/16/2022, 9:40 PMTheRoyalRuby2000
12/16/2022, 9:41 PMSonic2022_mario
12/16/2022, 9:41 PMGosmokeless28
12/16/2022, 9:42 PMSonic2022_mario
12/16/2022, 9:42 PMGosmokeless28
12/16/2022, 9:43 PMTheRoyalRuby2000
12/16/2022, 9:43 PMSonic2022_mario
12/16/2022, 9:44 PMGosmokeless28
12/16/2022, 9:45 PMSonic2022_mario
12/16/2022, 9:47 PMThomasFan1984 (Jack Sheldon)
12/18/2022, 12:48 AM{K EY1} (Kei)
12/18/2022, 12:58 AMThomasFan1984 (Jack Sheldon)
12/18/2022, 2:14 AMThomasFan1984 (Jack Sheldon)
12/18/2022, 3:36 AMReclezon
12/18/2022, 3:40 AM{K EY1} (Kei)
12/18/2022, 4:03 AMNickoPlayz 2018
12/18/2022, 5:36 AMNickoPlayz 2018
12/18/2022, 7:47 AMCosmeticwave
12/18/2022, 2:09 PMCosmeticwave
12/18/2022, 2:09 PMhecko
12/18/2022, 3:44 PMpronounciation_dictionary
either on or off (depending which option they used last)MegaKeith
12/18/2022, 7:58 PMUPLOAD_HERE
, but when I run Load Dataset, it shows this error
ERRORS:
Unexpected end of archive
ERROR: Data Error : 119.wav
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
<ipython-input-2-7bfed8493c23> in <module>
125 dirs = [x for x in os.scandir(target_path)]
126 if len(dirs) == 1:
--> 127 with open(sorted(glob.glob(os.path.join(dirs[0].path, "*.txt")))[0]) as f:
128 already_multispeaker = (len(f.readline().split("|")) == 3)
129
IndexError: list index out of range
it seems like the opened target location is a empty list?
Does anyone know what I should do with it?