Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab authored Jun 27, 2017
1 parent 48a9d9a commit c260337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c260337

Please sign in to comment.