From 238f8c573832de6152a14a0bb18f277937b6395a Mon Sep 17 00:00:00 2001 From: nathanhubens Date: Tue, 10 Dec 2024 11:21:47 +0100 Subject: [PATCH] clean repo --- nbs/_quarto.yml | 4 ++-- .../{knowledge_distillation.ipynb => distill_callback.ipynb} | 0 .../{regularizer.ipynb => regularize_callback.ipynb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename nbs/tutorials/distill/{knowledge_distillation.ipynb => distill_callback.ipynb} (100%) rename nbs/tutorials/regularize/{regularizer.ipynb => regularize_callback.ipynb} (100%) diff --git a/nbs/_quarto.yml b/nbs/_quarto.yml index ef6a62c..d711c57 100644 --- a/nbs/_quarto.yml +++ b/nbs/_quarto.yml @@ -87,14 +87,14 @@ website: - prune/prune_callback.ipynb - section: Distill contents: - - distill/knowledge_distillation.ipynb + - distill/distill_callback.ipynb - section: Quantize contents: - quantize/quantizer.ipynb - quantize/quantize_callback.ipynb - section: Regularize contents: - - regularize/regularizer.ipynb + - regularize/regularize_callback.ipynb - section: Misc contents: - misc/bn_folding.ipynb diff --git a/nbs/tutorials/distill/knowledge_distillation.ipynb b/nbs/tutorials/distill/distill_callback.ipynb similarity index 100% rename from nbs/tutorials/distill/knowledge_distillation.ipynb rename to nbs/tutorials/distill/distill_callback.ipynb diff --git a/nbs/tutorials/regularize/regularizer.ipynb b/nbs/tutorials/regularize/regularize_callback.ipynb similarity index 100% rename from nbs/tutorials/regularize/regularizer.ipynb rename to nbs/tutorials/regularize/regularize_callback.ipynb