Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Butanium committed Nov 1, 2024
1 parent c82a3c1 commit b5f07ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dictionary_learning/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def forward(
x = x[:, self.encoder_layers]
if select_features is not None:
w = self.weight[:, :, select_features]
print("debug",select_features, self.bias.shape)
bias = self.bias[select_features]
else:
w = self.weight
Expand Down

0 comments on commit b5f07ea

Please sign in to comment.