Conversation
VAD Benchmark ResultsPerformance Comparison
Industry Leaders:
|
🎯 Single File Benchmark ResultsTest File: ES2004a (1049.4s audio) 📊 Accuracy Metrics
⏱️ Performance Timing
Inference Time: 71.799s (95.5% of total) Research Comparison:
|
| print(" Debug mode: \(debugMode ? "enabled" : "disabled")") | ||
| print(" Auto-download: \(autoDownload ? "enabled" : "disabled")") | ||
| print(" VAD: \(disableVad ? "disabled" : "enabled")") | ||
| if iterations > 1 { |
There was a problem hiding this comment.
is this just an arbitrary number , seem like the 1 is to represent the min iterations for consistency.
There was a problem hiding this comment.
Not arbitrary. One here just means that we're running it more than once so print out the iteration number
🎯 Single File Benchmark ResultsTest File: ES2004a (1049.4s audio) 📊 Accuracy Metrics
⏱️ Performance Timing
Inference Time: 47.074s (93.0% of total) Research Comparison:
|
Single File Benchmark ResultsTest File: ES2004a (1049.4s audio) Accuracy Metrics
⏱️ Performance Timing
Inference Time: 58.807s (93.3% of total) Research Comparison:
|
VAD Benchmark ResultsPerformance Comparison
Industry Leaders:
|
Split up the massivceCLI file and fix the benchmarking failure from previous PR. This also makes it so far when its below a threshold it fails.
Split up the massivceCLI file and fix the benchmarking failure from previous PR. This also makes it so far when its below a threshold it fails.
Split up the massivceCLI file and fix the benchmarking failure from previous PR. This also makes it so far when its below a threshold it fails.
Split up the massivceCLI file and fix the benchmarking failure from previous PR. This also makes it so far when its below a threshold it fails.