From 2b7ebce30cc7b75194860cb3875b4579a4fefeaa Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Mon, 12 Jul 2021 14:40:59 +0530 Subject: [PATCH] distillation fix --- docs/distillation/index.html | 2 +- docs/sitemap.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/distillation/index.html b/docs/distillation/index.html index c93d86a2..efc68530 100644 --- a/docs/distillation/index.html +++ b/docs/distillation/index.html @@ -324,7 +324,7 @@ by a factor of $T^2$

-
143        soft_prob = nn.functional.log_softmax(large_logits / self.temperature, dim=-1)
+
143        soft_prob = nn.functional.log_softmax(output / self.temperature, dim=-1)
diff --git a/docs/sitemap.xml b/docs/sitemap.xml index adf02315..6cda81c0 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -316,7 +316,7 @@ https://nn.labml.ai/distillation/index.html - 2021-07-03T16:30:00+00:00 + 2021-07-12T16:30:00+00:00 1.00 @@ -337,7 +337,7 @@ https://nn.labml.ai/index.html - 2021-07-03T16:30:00+00:00 + 2021-07-08T16:30:00+00:00 1.00 @@ -834,7 +834,7 @@ https://nn.labml.ai/graphs/index.html - 2021-07-07T16:30:00+00:00 + 2021-07-08T16:30:00+00:00 1.00 -- GitLab