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

IndexError: index 0 is out of bounds for dimension 1 with size 0 #11700

Open
starxa2 opened this issue Dec 22, 2024 · 0 comments
Open

IndexError: index 0 is out of bounds for dimension 1 with size 0 #11700

starxa2 opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@starxa2
Copy link

starxa2 commented Dec 22, 2024

File "/opt/conda/lib/python3.10/site-packages/nemo/collections/asr/parts/preprocessing/features.py", line 414, in forward
x = torch.cat((x[:, 0].unsqueeze(1), x[:, 1:] - self.preemph * x[:, :-1]), dim=1)
IndexError: index 0 is out of bounds for dimension 1 with size 0

while training the Conformer Transducer model on ASR Task, the datasets used were ( Indicsuperb, Indicvoices, mucs, shrutilipi, vanni )

@starxa2 starxa2 added the bug Something isn't working label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant