Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-ecm authored Feb 11, 2023
1 parent 10d0d0f commit 463fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_pruned_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def save_tf():
final_sparsity=FLAGS.final_sparsity,
begin_step=0,
end_step=end_step)
#}
}

def apply_pruning_to_dense(layer):
if isinstance(layer, tf.keras.layers.Conv2D):
Expand Down

0 comments on commit 463fbe6

Please sign in to comment.