Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common_voice map error in the notebook of fine-tune-whisper-non-streaming #191

Open
SnoopyDevelops opened this issue Jul 12, 2023 · 1 comment

Comments

@SnoopyDevelops
Copy link

NameError: name 'processor' is not defined

image

@SnoopyDevelops SnoopyDevelops changed the title common_voice map error in the notebook for fine-tune-whisper-non-streaming common_voice map error in the notebook of fine-tune-whisper-non-streaming Jul 12, 2023
@sanchit-gandhi
Copy link
Contributor

Hey @SnoopyDevelops! The processor is defined as a global variable in the section Prepare Processor and Pre-Process Data, which precedes the dataset .map function. Could you double check that you ran the code cells sequentially in the order provided? You can also print out the processor immediately before you call common_voice.map and check that it is defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants