From c26033719b63f59395960f9190a4550e99490f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Peris?= Date: Tue, 27 Jun 2017 12:46:14 +0200 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 3524ff0..d6144e3 100644 --- a/config.py +++ b/config.py @@ -226,7 +226,7 @@ def load_parameters(): MODEL_NAME += EXTRA_NAME STORE_PATH = 'trained_models/' + MODEL_NAME + '/' # Models and evaluation results will be stored here - DATASET_STORE_PATH = STORE_PATH + '/' # Dataset instance will be stored here + DATASET_STORE_PATH = 'datasets/' # Dataset instance will be stored here SAMPLING_SAVE_MODE = 'list' # 'list': Store in a text file, one sentence per line. VERBOSE = 1 # Verbosity level