Skip to content

Commit

Permalink
check coverage fail
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Dec 4, 2024
1 parent a0f7946 commit de1398f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_compression_toolkit/gptq/keras/gptq_loss.py
Original file line number Diff line number Diff line change
@@ -85,6 +85,7 @@ def sample_layer_attention_loss(y_list: List[tf.Tensor],
Returns:
Sample Layer Attention loss (a scalar).
"""
print(f"Why coverage seems to not get here?????")
loss = 0
layers_mean_w = []
loss_weights = tf.stack(loss_weights, axis=1)

0 comments on commit de1398f

Please sign in to comment.