Skip to content

Commit b1cb25d

Browse files
committed
Increased DS1 units to 2650
1 parent 10de613 commit b1cb25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"""Dropout rate for dense layers.""")
4747

4848
# Layer and activation options.
49-
tf.flags.DEFINE_integer('num_units_rnn', 2048,
49+
tf.flags.DEFINE_integer('num_units_rnn', 2650,
5050
"""Number of hidden units in each of the RNN cells.""")
5151
tf.flags.DEFINE_integer('num_layers_rnn', 1,
5252
"""Number of stacked RNN cells.""")
53-
tf.flags.DEFINE_integer('num_units_dense', 2048,
53+
tf.flags.DEFINE_integer('num_units_dense', 2650,
5454
"""Number of units per dense layer.""")
5555

5656
tf.flags.DEFINE_float('relu_cutoff', 20.0,

0 commit comments

Comments
 (0)