trying to train voicecraft on xs - error for file not found for gigaspeech xs data

#10
by Ayu5l-l - opened

raise FileNotFoundError(f"Couldn't find file at {url}")
FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/speechcolab/gigaspeech/resolve/main/uploads/download_data/f3277db46076e9a91124150c4203e49caef5f9bf85328d521d89771590f5c18d.39d6ec39eb221edec34084db26a48717d6392dbb1078583b9187ac6e85d295c2

error came for line 80 in phonemize_encodec_encode_hf.py
gs = load_dataset("speechcolab/gigaspeech", args.dataset_size, use_auth_token=True, cache_dir=args.download_to, download_config=dc)

if I remove the cache_dir=args.download_to part from the code, it downloaded the codebooks and the phonemes but haven't stored the utterance i.e. the audio files and including the cache_dir it is giving error

Sign up or log in to comment