From d1d77d7429fbff3b7af4b8c36b0dd395a2b0092d Mon Sep 17 00:00:00 2001 From: Soroush Mehri Date: Sun, 4 Dec 2016 23:49:29 -0500 Subject: [PATCH] Update dataset.py --- datasets/dataset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datasets/dataset.py b/datasets/dataset.py index 1a92947..1ded013 100644 --- a/datasets/dataset.py +++ b/datasets/dataset.py @@ -14,8 +14,9 @@ import glob __base = [ + ('Local', 'datasets/'), ('Kundan_Local', '/data/lisatmp4/kumarkun/Sounds'), - ('Local', '/Tmp/mehris'), # put at the end + ('Soroush_Local', '/Tmp/mehris'), # put at the end ] __blizz_file = 'Blizzard/Blizzard9k_{}.npy' # in float16 8secs*16000samples/sec __music_file = 'music/music_{}.npy' # in float16 8secs*16000samples/sec