Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PyTorch/SpeechRecognition/Jasper/trt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ The results are obtained by running inference on LibriSpeech dev-clean dataset o

#### Inference performance: NVIDIA T4

| Sequence Length (in seconds) | Batch size | PyTorch FP16 Throughput (#sequences/second) Percentiles | | | | TRT FP16 Throughput (#sequences/second) Percentiles | | | | PyT/TRT Speedup |
| Sequence Length (in seconds) | Batch size | TRT FP16 Throughput (#sequences/second) Percentiles | | | | PyTorch FP16 Throughput (#sequences/second) Percentiles | | | | TRT/PyTorch Speedup |
|---------------|------------|---------------------|---------|---------|---------|-----------------|---------|---------|---------|-----------------|
| | | 90% | 95% | 99% | Avg | 90% | 95% | 99% | Avg | |
|2|1|71.002|70.897|70.535|71.987|42.974|42.932|42.861|43.166|1.668|
Expand Down