Skip to content

Commit

Permalink
Use a random seed that overfits LDC93S1 in 75 epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Dec 12, 2018
1 parent 8ebfe80 commit 9ae2e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def create_flags():

# Initialization

tf.app.flags.DEFINE_integer ('random_seed', 4567, 'default random seed that is used to initialize variables')
tf.app.flags.DEFINE_integer ('random_seed', 4568, 'default random seed that is used to initialize variables')

# Early Stopping

Expand Down

0 comments on commit 9ae2e5b

Please sign in to comment.