Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soroushmehr committed Dec 5, 2016
1 parent d91c504 commit d1d77d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasets/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1d77d7

Please sign in to comment.