Skip to content

Commit

Permalink
Merge pull request #8 from AkerBP/dev
Browse files Browse the repository at this point in the history
formatting fix
  • Loading branch information
psetinek authored Aug 27, 2024
2 parents 0100031 + 79a7011 commit 88b95f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions seathru/seathru_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,9 @@ def get_loss_dict(self, outputs, batch, metrics_dict=None):
raise ValueError(f"Unknown prior_on: {self.config.prior_on}")

# Proposal loss
loss_dict[
"interlevel_loss"
] = self.config.interlevel_loss_mult * interlevel_loss(
outputs["weights_list"], outputs["ray_samples_list"]
loss_dict["interlevel_loss"] = (
self.config.interlevel_loss_mult
* interlevel_loss(outputs["weights_list"], outputs["ray_samples_list"])
)
return loss_dict

Expand Down

0 comments on commit 88b95f2

Please sign in to comment.