From 151040221073159fffe7c1670b78d89cbe505259 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 18 May 2021 04:59:21 +0000 Subject: [PATCH] speed perturb config --- examples/tiny/s1/conf/augmentation.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/tiny/s1/conf/augmentation.json b/examples/tiny/s1/conf/augmentation.json index c1078393d..1987ad424 100644 --- a/examples/tiny/s1/conf/augmentation.json +++ b/examples/tiny/s1/conf/augmentation.json @@ -1,12 +1,4 @@ [ - { - "type": "shift", - "params": { - "min_shift_ms": -5, - "max_shift_ms": 5 - }, - "prob": 1.0 - }, { "type": "speed", "params": { @@ -16,6 +8,14 @@ }, "prob": 0.0 }, + { + "type": "shift", + "params": { + "min_shift_ms": -5, + "max_shift_ms": 5 + }, + "prob": 1.0 + }, { "type": "specaug", "params": {