question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

some error when I finetune wav2vec2 by rum_common_voice.py

See original GitHub issue

when I run run rum_common_voice.py with –max_train_samples 100 \ –max_val_samples 10, I meet an error. Traceback (most recent call last): File "rum_common_voice.py", line 537, in <module> main() File "rum_common_voice.py", line 404, in main train_dataset = train_dataset.select(range(data_args.max_train_samples)) AttributeError: 'DatasetDict' object has no attibute 'select'

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickvonplatencommented, Dec 13, 2021

cc @anton-l - this should be rather easy to solve with a chunking method provided by us very soon 😃

0reactions
github-actions[bot]commented, Jan 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fine-Tune Wav2Vec2 for English ASR with Transformers
Wav2Vec2 is fine-tuned using Connectionist Temporal Classification (CTC), which is an algorithm that is used to train neural networks for ...
Read more >
Fine-tuning Wav2Vec2 with an LM head | TensorFlow Hub
In this notebook, we will load the pre-trained wav2vec2 model from TFHub and will fine-tune it on LibriSpeech dataset by appending Language Modeling...
Read more >
fine-tune-wav2vec2-model - Kaggle
Explore and run machine learning code with Kaggle Notebooks | Using data from Common Voice persian subset v8.0.
Read more >
Fine-Tune XLSR-Wav2Vec2 for low-resource ASR with :câlin
This video will explain in-detail how to fine-tune a multi-lingual Wav2Vec2 model on any dataset of Common Voice. It is a walkthrough of ......
Read more >
Fine-tune and deploy a Wav2Vec2 model for speech ...
Hugging Face, an AI company, provides an open-source platform where developers can share and reuse thousands of pre-trained transformer models.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found