Skip to content
Snippets Groups Projects
Commit e7750802 authored by Chin-Yun Yu's avatar Chin-Yun Yu
Browse files

re-test wide pitch and speed augmentation 30k steps

parent d8972ac5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -118,7 +118,45 @@ model:
dconv_init: 0.0001
criterion:
class_path: aimless.loss.time.NegativeSDR
transforms: null
transforms:
- class_path: aimless.augment.SpeedPerturb
init_args:
orig_freq: 44100
speeds:
- 50
- 60
- 70
- 80
- 90
- 100
- 110
- 120
- 130
- 140
- 150
p: 0.3
- class_path: aimless.augment.RandomPitch
init_args:
semitones:
- -7
- -6
- -5
- -4
- -3
- -2
- -1
- 1
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
n_fft: 2048
hop_length: 512
p: 0.3
use_sdx_targets: false
target_track: sdx
targets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment