RaphaelOlivier / robust_speech

Apache License 2.0
38 stars 14 forks source link

How can I download data files, CommonVoice etc.. #7

Closed kyoungmingo closed 1 year ago

kyoungmingo commented 1 year ago

"We also provide data preparation and loading functions for the LibriSpeech, CommonVoice and SpeechCommands datasets, based on SpeechBrain recipes." in your git.

But, When I run the code according to the Recipe you shared, the following error appears.

image

How can I download data files??

RaphaelOlivier commented 1 year ago

Hi, The recipes can load the local dataset, but not download it (except Speech command). You have to do that manually, and unpack them in your data folder.

RaphaelOlivier commented 1 year ago

Applying the recipes - like you were doing - is the right way! All you need is the dataset first.

kyoungmingo commented 1 year ago

Thank you..

I looked at several python codes and it seems to be explained in detail very well.

kyoungmingo commented 1 year ago

Hello~

I want to test using transformer model with cw algorithm.

When I used "python fit_attacker.py attack_configs/LibriSpeech/universal/ctc_5000bpe_fit.yaml", I met this error

image

If possible, can you tell me how to use the CW algorithm attack method using the transformer model in this git,robust_speech?

RaphaelOlivier commented 1 year ago

Discussion in #9 for the last question