Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav S Deshmukh committed Sep 25, 2023
1 parent b8c319b commit c58ba06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def predict(self, dataset, indices, return_targets=False):
contributions[i, :] = (
self.standardizer.restore_cont(conts_std).numpy().flatten()
)
# contributions[i, :] = pred_dict["contributions"].cpu().detach().numpy().flatten()

predictions_dict = {
"targets": targets,
Expand Down

0 comments on commit c58ba06

Please sign in to comment.