Skip to content
Snippets Groups Projects

Resolve "exponential decay learning rate is not working"

Merged Amir MOHAMMADI requested to merge 31-exponential-decay-learning-rate-is-not-working into master
1 unresolved thread

Closes #31 (closed)

Edited by Amir MOHAMMADI

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
56 56 >>>
57 57 >>> loss = BaseLoss(tf.nn.sparse_softmax_cross_entropy_with_logits, tf.reduce_mean)
58 58 >>>
59 >>> optimizer = tf.train.GradientDescentOptimizer(0.001)
60 >>>
61 59 >>> learning_rate = constant(base_learning_rate=0.001)
62 60 >>>
61 >>> optimizer = tf.train.GradientDescentOptimizer(learning_rate)
  • Thanks for the patch @amohammadi, I will merge it right away (I will not wait the builds)

  • mentioned in commit 65e93dc0

  • Please register or sign in to reply
    Loading