Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauret authored Dec 19, 2024
1 parent 8bfa965 commit ddc7222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vibravox/lightning_modules/eben.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def common_eval_step(self, batch, batch_idx, stage):
)

for key, value in atomic_losses_discriminator.items():
self.log(f"train/discriminator/{key}", value, sync_dist=True)
self.log(f"{stage}/discriminator/{key}", value, sync_dist=True)

return outputs

Expand Down

0 comments on commit ddc7222

Please sign in to comment.