From c85655a43ba390c87735c90037132decac6c28d0 Mon Sep 17 00:00:00 2001 From: Jake Atwell Date: Wed, 7 May 2025 10:13:26 -0400 Subject: [PATCH] Change smaller to larger --- chapters/en/chapter4/fine-tuning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter4/fine-tuning.mdx b/chapters/en/chapter4/fine-tuning.mdx index 496e4c7e..2c85625e 100644 --- a/chapters/en/chapter4/fine-tuning.mdx +++ b/chapters/en/chapter4/fine-tuning.mdx @@ -252,7 +252,7 @@ Mean: 0.000185, Variance: 0.0493 ``` We can see that the mean is close to zero already, but the variance is closer to 0.05. If the variance for the sample was -larger, it could cause our model problems, since the dynamic range of the audio data would be very small and thus difficult to +smaller, it could cause our model problems, since the dynamic range of the audio data would be very small and thus difficult to separate. Let's apply the feature extractor and see what the outputs look like: ```python