Use a random seed that overfits LDC93S1 in 75 epochs

This commit is contained in:
Reuben Morais 2018-12-11 22:44:34 -02:00
parent 8ebfe80dd4
commit 9ae2e5b3b2
1 changed files with 1 additions and 1 deletions

View File

@ -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