Skip to content

Commit

Permalink
Wider transition matrix default
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrmorrison committed Jul 15, 2024
1 parent 6445b76 commit 838b9f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion penn/config/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
LOCAL_PITCH_WINDOW_SIZE = 19

# Pitch velocity constraint for viterbi decoding
MAX_OCTAVES_PER_SECOND = 6.
MAX_OCTAVES_PER_SECOND = 32.

# Maximum chunk size for chunked Viterbi decoding
VITERBI_MIN_CHUNK_SIZE = None
Expand Down
1 change: 0 additions & 1 deletion penn/decode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import abc
import functools

import numpy as np
import torbi
import torch

Expand Down

0 comments on commit 838b9f8

Please sign in to comment.