From 47a3553870af3e24935bc3367ad137f5807b92d6 Mon Sep 17 00:00:00 2001 From: Mirco Ravanelli Date: Sun, 28 Apr 2024 09:37:58 -0400 Subject: [PATCH] Update tutorial_advanced.html --- tutorial_advanced.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/tutorial_advanced.html b/tutorial_advanced.html index e97771b..a12f2b6 100644 --- a/tutorial_advanced.html +++ b/tutorial_advanced.html @@ -295,6 +295,32 @@

Text Tokenizer

+ +
+ +
+
+
+

Model Quantization

+

Quantization is a necessary step for many deep neural networks, particularly for tasks requiring low latency and efficient memory usage like real-time automatic speech recognition. This tutorial will introduce the problem of quantization and explain how to perform quantization using SpeechBrain.

+ Open in Google Colab +
+
+
+
+