kezakool
kezakool
hi Noah, i found somes ideas for training optimizations in this paper that may help : https://arxiv.org/pdf/1909.12415.pdf
hi, speaker = reg.search(wav).groups()[0].lower() AttributeError: 'NoneType' object has no attribute 'groups', means the regex pattern you're looking for is not found in your wave file name
if you don't want to modify code, check if your config dataset folder is well configured and if all your dataset files are of the same structure as one of...