From 7361603095b3e11f65fa2d356d81dd92e2005e4c Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 17 Apr 2018 10:04:19 -0700 Subject: [PATCH] bug fix --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9f2e315c..6f62c8e8 100644 --- a/config.json +++ b/config.json @@ -23,7 +23,7 @@ "dataset": "TWEB", "meta_file_train": "transcript_train.txt", "meta_file_val": "transcript_val.txt", - "data_path": "/run/shm/erogol/BibleSpeech/", + "data_path": "/data/shared/BibleSpeech/", "min_seq_len": 0, "num_loader_workers": 8,