From 5e6c9b0428aedfaa00775f24f2fe8c6fc8338486 Mon Sep 17 00:00:00 2001 From: tzirakis Date: Fri, 8 Sep 2017 13:20:38 +0100 Subject: [PATCH] Update emotion_eval.py --- emotion_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emotion_eval.py b/emotion_eval.py index 517dae6..4ed0e79 100644 --- a/emotion_eval.py +++ b/emotion_eval.py @@ -21,7 +21,7 @@ tf.app.flags.DEFINE_integer('batch_size', 1, 'The batch size to use.') tf.app.flags.DEFINE_string('model', 'both','Which model is going to be used: audio, video, or both ') tf.app.flags.DEFINE_string('dataset_dir', 'path_to_tfrecords', 'The tfrecords directory.') -tf.app.flags.DEFINE_string('checkpoint_dir', 'ckpt/del', 'The directory that contains the saved model.') +tf.app.flags.DEFINE_string('checkpoint_dir', 'ckpt/train', 'The directory that contains the saved model.') tf.app.flags.DEFINE_string('log_dir', 'ckpt/log', 'The directory to save log files.') tf.app.flags.DEFINE_integer('num_examples', 1000, 'The number of examples in the data set') tf.app.flags.DEFINE_integer('hidden_units', 256, 'The number of hidden units in the recurrent model')