forked from interactiveaudiolab/penn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
related to: #9
- Loading branch information
Showing
3 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
MODULE = 'penn' | ||
|
||
# Configuration name | ||
CONFIG = 'ppn-split-midi60' | ||
|
||
# gset only | ||
DATASETS = ['gset'] | ||
|
||
EVALUATION_DATASETS = ['gset'] | ||
|
||
STEPS = 50000 | ||
|
||
LOG_INTERVAL = 500 | ||
|
||
CHECKPOINT_INTERVAL = 5000 # steps | ||
|
||
# audio parameters | ||
SAMPLE_RATE = 11025 | ||
|
||
# the original hopsize is 256 samples, this is 4 times less than that | ||
HOPSIZE = 64 | ||
|
||
# use only the voiced frames | ||
VOICED_ONLY = True | ||
|
||
STRING_INDEX = None | ||
|
||
# poly pitch net model | ||
MODEL = 'ppnmidi60' | ||
|
||
PITCH_BINS = 60 | ||
|
||
PITCH_CATS = 6 | ||
|
||
GSET_SPLIT_PLAYERS = True | ||
|
||
REMOVE_OVERHANGS = True | ||
|
||
MIDI60 = True | ||
|
||
MIDI_OFFSET_RAND = 36 | ||
|
||
GAUSSIAN_BLUR = False | ||
|
||
INTERPOLATE_UNVOICED = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters