{K EY1} (Kei)
05/06/2022, 1:43 AM{K EY1} (Kei)
05/06/2022, 1:59 AMmildrefusal
05/06/2022, 4:36 PM.npy files?
currently getting this when i try to start training:
FileNotFoundError: [Errno 2] No such file or directory: 'speakers/0000_SeanConnery_v01/wavs/083.npy'hecko
05/06/2022, 4:38 PMhecko
05/06/2022, 4:38 PMmildrefusal
05/06/2022, 4:38 PMmildrefusal
05/06/2022, 4:51 PMtranscript_file = open("/content/project/transcription.txt", "r")
transcript_lines = transcript_file.readlines()
for index, line in enumerate(transcript_lines):
line_splits = line.split('.npy')
newline = line_splits[0] + '.wav' + line_splits[1]
transcript_lines[index] = newline
transcript_file = open("/content/project/transcription.txt", "w")
transcript_file.writelines(transcript_lines)hecko
05/06/2022, 4:53 PMhecko
05/06/2022, 4:53 PMtranscript_lines = transcript_lines.replace('.npy', '.wav')mildrefusal
05/06/2022, 4:55 PM/content/project/transcription_val.txt gets created with .npy extensions after training is run. (even if the above is run on /content/project/transcription.txt, before training)mildrefusal
05/06/2022, 4:59 PMAttributeError: 'list' object has no attribute 'replace'hecko
05/06/2022, 5:00 PMhecko
05/06/2022, 5:00 PMreadlines and writelines with read and writemega b
05/06/2022, 5:07 PMmildrefusal
05/06/2022, 5:36 PMhecko
05/06/2022, 5:36 PM{K EY1} (Kei)
05/06/2022, 6:21 PMJustin
05/07/2022, 1:47 AMJustin
05/07/2022, 1:47 AMmyposynator
05/08/2022, 1:01 AMDalton
05/08/2022, 1:49 AMthe user
05/08/2022, 3:08 AMthe user
05/08/2022, 3:13 AMthe user
05/08/2022, 3:21 AMthe user
05/08/2022, 3:26 AMIBob012
05/08/2022, 3:33 AMimphy
05/08/2022, 3:53 AMthe user
05/08/2022, 4:14 AMimphy
05/08/2022, 4:22 AMhecko
05/08/2022, 8:20 AM