Skip to content

Commit

Permalink
bump to at least 1e-5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Mar 11, 2018
1 parent 919b646 commit 8124d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoys/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _optimize(sess, target, feed_dict, variables):
sess.run(tf.assign(variable, tf.zeros(tf.shape(variable))))

best_step, step = 0, 0
learning_rate = 1e-6
learning_rate = 1e-5
best_state = sess.run(variables)
best_cost = sess.run(target, feed_dict=feed_dict)

Expand Down

0 comments on commit 8124d83

Please sign in to comment.