Skip to content

Commit

Permalink
Update emotion_eval.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tzirakis authored Sep 8, 2017
1 parent 3a6c746 commit 5e6c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emotion_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5e6c9b0

Please sign in to comment.