Skip to content

Commit

Permalink
Merge pull request dennybritz#57 from notWhaleB/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dennybritz authored Dec 21, 2016
2 parents 50517b6 + 1fd2965 commit cb5edd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Data loading params
tf.flags.DEFINE_float("dev_sample_percentage", .1, "Percentage of the training data to use for validation")
tf.flags.DEFINE_string("positive_data_file", "./data/rt-polaritydata/rt-polarity.pos", "Data source for the positive data.")
tf.flags.DEFINE_string("negative_data_file", "./data/rt-polaritydata/rt-polarity.neg", "Data source for the positive data.")
tf.flags.DEFINE_string("negative_data_file", "./data/rt-polaritydata/rt-polarity.neg", "Data source for the negative data.")

# Model Hyperparameters
tf.flags.DEFINE_integer("embedding_dim", 128, "Dimensionality of character embedding (default: 128)")
Expand Down

0 comments on commit cb5edd7

Please sign in to comment.