Skip to content
Snippets Groups Projects
Commit 5b38a261 authored by Neta Zmora's avatar Neta Zmora
Browse files

Fix spelling mistake in one of the comments

parent b82fca42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment