Skip to content

Conversation

arun477
Copy link
Contributor

@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