Skip to content

Commit

Permalink
Improve the code of WER (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengqiang-Li authored Jul 15, 2024
1 parent f00c3ac commit efcdf4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion evaluation/metrics/intelligibility/character_error_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import whisper
import torch

from torchmetrics import CharErrorRate
Expand Down
1 change: 0 additions & 1 deletion evaluation/metrics/intelligibility/word_error_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import whisper
import torch

from torchmetrics import WordErrorRate
Expand Down

0 comments on commit efcdf4b

Please sign in to comment.