Skip to content

Commit 77d074c

Browse files
committed
tiny stylistic fix
1 parent 45b15be commit 77d074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_model_optimization/python/core/clustering/keras/cluster_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ def __init__(self,
107107

108108
# Stores the pairs of weight names and their respective sparsity masks
109109
self.sparsity_masks = {}
110-
self.zero_idx = {}
111110

112111
# Stores the pairs of weight names and the zero centroids
112+
self.zero_idx = {}
113113

114114
# Map weight names to original clusterable weights variables
115115
# Those weights will still be updated during backpropagation

0 commit comments

Comments
 (0)