diff --git a/PyTorch/SpeechRecognition/Jasper/README.md b/PyTorch/SpeechRecognition/Jasper/README.md index 151d93e7..8979a3d0 100644 --- a/PyTorch/SpeechRecognition/Jasper/README.md +++ b/PyTorch/SpeechRecognition/Jasper/README.md @@ -808,9 +808,6 @@ To achieve these same results, follow the [Quick Start Guide](#quick-start-guide ## Release notes ### Changelog -March 2021 -* Updated ONNX runtime information - February 2021 * Added DALI data-processing pipeline for on-the-fly data processing and augmentation on CPU or GPU * Revised training recipe: ~10% relative improvement in Word Error Rate (WER) diff --git a/PyTorch/SpeechRecognition/Jasper/triton/README.md b/PyTorch/SpeechRecognition/Jasper/triton/README.md index de12aaa5..26438907 100644 --- a/PyTorch/SpeechRecognition/Jasper/triton/README.md +++ b/PyTorch/SpeechRecognition/Jasper/triton/README.md @@ -374,6 +374,9 @@ The following table shows the throughput benchmark results for all 3 model backe ### Changelog +March 2021 +* Updated ONNX runtime information + February 2021 * Updated Triton scripts for compatibility with Triton Inference Server version 2 * Updated Quick Start Guide