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

fix: evaluation.mdx and fine-tuning.mdx #168

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

arun477
Copy link

@arun477 arun477 commented Mar 16, 2024

  1. bug fix (evaluation.mdx): language specification required to run the prediction code.

  2. bug fix (fine-tuning.mdx):

Seq2SeqTrainingArguments requires dataloader_num_workers and dataloader_prefetch_factor parameters; otherwise, it throws errors due to a bug in some versions of the PyTorch data loader. It's safe to include these two parameters.

image

arun477 added 2 commits March 16, 2024 08:24
fix: language specification required to run the prediction code.
Bug Fix:

Seq2SeqTrainingArguments requires dataloader_num_workers and dataloader_prefetch_factor parameters; otherwise, it throws errors due to a bug in some versions of the PyTorch data loader. It's safe to include these two parameters.
@arun477 arun477 changed the title Update evaluation.mdx fix: evaluation.mdx and fine-tuning.mdx Mar 16, 2024
arun477 added 2 commits March 21, 2024 07:34
Update EncoderClassifier import path for recent SpeechBrain versions
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

Successfully merging this pull request may close these issues.

1 participant