An open API service indexing awesome lists of open source software.

https://github.com/desh2608/streaming_wer

CUDA implementation of Streaming WER metric
https://github.com/desh2608/streaming_wer

Last synced: 2 months ago
JSON representation

CUDA implementation of Streaming WER metric

Awesome Lists containing this project

README

        

Streaming WER

This is a CUDA implementation of the streaming word error rate metric (streaming WER),
proposed by Ehsan Variani during JSALT 2023.

## Streaming WER

## Installation

```bash
pip install -e .
```

Run tests:

```bash
pytest tests
```

## Usage

## Credits

This implementation borrows heavily from the following repository: https://github.com/1ytic/pytorch-edit-distance