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

Fix indentation

parent 2a4cde0f
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ def load_checkpoint(model, chkpt_file, optimizer=None):
# Cache the recipes in case we need them later
model.thinning_recipes = checkpoint['thinning_recipes']
distiller.execute_thinning_recipes_list(model,
compression_scheduler.zeros_mask_dict,
model.thinning_recipes)
compression_scheduler.zeros_mask_dict,
model.thinning_recipes)
if 'quantizer_metadata' in checkpoint:
msglogger.info('Loaded quantizer metadata from the checkpoint')
......
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