Skip to content

Commit

Permalink
fix kbits grid
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrefdz committed Jun 4, 2024
1 parent 0bc6808 commit 4890bc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions audiocraft/grids/watermarking/_explorers.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def get_grid_metrics(self):
tt.group(
"evaluate",
[
tt.leaf("acc", ".4f"),
tt.leaf("fnr", ".4f"),
tt.leaf("fpr", ".4f"),
tt.leaf("bit_acc", ".4f"),
tt.leaf("aug_identity_acc", ".4f"),
tt.leaf("aug_identity_fnr", ".4f"),
tt.leaf("aug_identity_fpr", ".4f"),
tt.leaf("aug_identity_bit_acc", ".4f"),
tt.leaf("pesq", ".4f"),
tt.leaf("all_aug_acc", ".4f"),
tt.leaf("localization_acc_padding", ".4f"),
Expand Down

0 comments on commit 4890bc2

Please sign in to comment.