Skip to content

Commit

Permalink
fix miss rate in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Jan 13, 2025
1 parent 9b696cd commit 1b910c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ https://github.com/user-attachments/assets/79a3fb11-7199-4ee2-8a35-9682a3b4d94a
| Method | Time cost on Aishell Test Set | Relative speed up | Miss Rate |
|:------:|:----------:|:--------------:|:-----:|
| [[cosyvoice/tools/extract_speech_token.py]](https://github.com/FunAudioLLM/CosyVoice/blob/main/tools/extract_speech_token.py), cpu | 9 hours | ~ | ~ |
| cpu, batchsize 32 | 1.5h | ~6x | 0.76% |
| 4 gpus (3090), batchsize 32 per gpu | 41s | ~790x | 0.76% |
| cpu, batchsize 32 | 1.5h | ~6x | 0.00% |
| 4 gpus (3090), batchsize 32 per gpu | 41s | ~790x | 0.00% |

The miss rate represents the proportion of tokens that are inconsistent between the batch inference predictions and the ONNX (batch=1) inference predictions.

Expand Down

0 comments on commit 1b910c5

Please sign in to comment.