-
Notifications
You must be signed in to change notification settings - Fork 790
Performance Metrics
Dimitrii Voronin edited this page Dec 6, 2021
·
9 revisions
All speed test were run on AMD Ryzen Threadripper 3960X using only 1 thread and batch size equal to 1, 16000 sampling rate:
torch.set_num_threads(1) # pytorch
RTS - seconds of audio processed per second, real time speed, or 1 / RTF
| Audio chunk duration, ms (samples) | JIT model time, ms | RTS |
|---|---|---|
| 30 (512) | 1.1 | 27 |
| 60 (1024) | 1.1 | 54 |
| 100 (1536) | 1.2 | 83 |