From 5b38a26163cda90548f4ff8e622c9411546c4ab9 Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Wed, 9 Jan 2019 12:25:29 +0200 Subject: [PATCH] Fix spelling mistake in one of the comments --- distiller/thinning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distiller/thinning.py b/distiller/thinning.py index 58ceb1c..4346687 100755 --- a/distiller/thinning.py +++ b/distiller/thinning.py @@ -206,7 +206,7 @@ def find_nonzero_channels_list(param, param_name): def apply_and_save_recipe(model, zeros_mask_dict, thinning_recipe, optimizer): if len(thinning_recipe.modules) > 0 or len(thinning_recipe.parameters) > 0: - # Now actually remove the filters, chaneels and make the weight tensors smaller + # Now actually remove the filters, channels and make the weight tensors smaller execute_thinning_recipe(model, zeros_mask_dict, thinning_recipe, optimizer) # Stash the recipe, so that it will be serialized together with the model -- GitLab