Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Created December 7, 2015 19:46
Show Gist options
  • Select an option

  • Save kevinrobinson/6ed82ef6fe6d6fa56d79 to your computer and use it in GitHub Desktop.

Select an option

Save kevinrobinson/6ed82ef6fe6d6fa56d79 to your computer and use it in GitHub Desktop.
lr = opts.learning_rate * tf.maximum(0.0001, 1.0 — tf.cast(self._words, tf.float32) / words_to_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment