ccolas commited on
Commit
cd0b0bf
1 Parent(s): 004e4fc

Update src/music/config.py

Browse files
Files changed (1) hide show
  1. src/music/config.py +1 -1
src/music/config.py CHANGED
@@ -24,7 +24,7 @@ FROM_URL_PATH = AUDIO_PATH + 'from_url/'
24
  # params transcription
25
  CHKPT_PATH_TRANSCRIPTION = REPO_PATH + 'checkpoints/piano_transcription/note_F1=0.9677_pedal_F1=0.9186.pth' # transcriptor chkpt path
26
  FPS = 16000
27
- RANDOM_CROP = False # whether to use random crops in case of cropped audio
28
  CROP_LEN = 26 * 60
29
 
30
  # params midi scrubbing and processing
 
24
  # params transcription
25
  CHKPT_PATH_TRANSCRIPTION = REPO_PATH + 'checkpoints/piano_transcription/note_F1=0.9677_pedal_F1=0.9186.pth' # transcriptor chkpt path
26
  FPS = 16000
27
+ RANDOM_CROP = True # whether to use random crops in case of cropped audio
28
  CROP_LEN = 26 * 60
29
 
30
  # params midi scrubbing and processing