Skip to content

Commit

Permalink
small format change in constants.py re: Split enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenchel committed Aug 16, 2024
1 parent cebd1d6 commit fdb4a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basic_pitch/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _freq_bins(bins_per_semitone: int, base_frequency: float, n_semitones: int)
FREQ_BINS_NOTES = _freq_bins(NOTES_BINS_PER_SEMITONE, ANNOTATIONS_BASE_FREQUENCY, ANNOTATIONS_N_SEMITONES)
FREQ_BINS_CONTOURS = _freq_bins(CONTOURS_BINS_PER_SEMITONE, ANNOTATIONS_BASE_FREQUENCY, ANNOTATIONS_N_SEMITONES)


class Split(Enum):
train = "train"
validation = "validation"
Expand Down

0 comments on commit fdb4a80

Please sign in to comment.