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 wer with gpu #541

Merged

Conversation

nobel861017
Copy link
Contributor

In eval.py line 74, pass conf["use_gpu"] to WERTracker.
In metrics.py line 231 add self.device = 'cuda' if use_gpu else 'cpu' and pass device=self.device to Speech2Text.

Copy link
Collaborator

@mpariente mpariente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR !
Minor things to be changed and we're good to go.

asteroid/metrics.py Outdated Show resolved Hide resolved
asteroid/metrics.py Outdated Show resolved Hide resolved
egs/librimix/ConvTasNet/eval.py Outdated Show resolved Hide resolved
asteroid/metrics.py Outdated Show resolved Hide resolved
@mpariente
Copy link
Collaborator

Looks good to me. Can you lint the PR please?

@nobel861017
Copy link
Contributor Author

Hi, I am a first-time contributor. First-time contributors require approval.

@mpariente mpariente merged commit 64e10e9 into asteroid-team:master Aug 11, 2021
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.

2 participants