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

Eval bug for speech recognition facebook/wav2vec2-large-lv60 #573

Closed
2 of 4 tasks
skaulintel opened this issue Dec 1, 2023 · 2 comments
Closed
2 of 4 tasks

Eval bug for speech recognition facebook/wav2vec2-large-lv60 #573

skaulintel opened this issue Dec 1, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@skaulintel
Copy link
Collaborator

System Info

docker 1.13-463

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction

Error running the readme cmd

RuntimeError: cpu fallback is not supported during hpu graph capturing. You should run inference in lazy mode only with use_lazy_mode=True and use_hpu_graphs_for_inference=False.

Should we remove use_hpu_graphs_for_inference=False from the readme command?

Expected behavior

train/eval to completion without cpu fallback error

@skaulintel skaulintel added the bug Something isn't working label Dec 1, 2023
@skaulintel skaulintel self-assigned this Dec 1, 2023
@regisss
Copy link
Collaborator

regisss commented Dec 5, 2023

Good catch!
Yes, we can just remove all the --use_hpu_graphs_for_inference in the README of the speech recognition example.

@skaulintel
Copy link
Collaborator Author

#588

@regisss regisss closed this as completed Dec 8, 2023
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

2 participants