Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for ParagraphVectors learning rate #2770

Closed
oliverdain opened this issue Jan 29, 2017 · 2 comments
Closed

Documentation for ParagraphVectors learning rate #2770

oliverdain opened this issue Jan 29, 2017 · 2 comments

Comments

@oliverdain
Copy link

Most of your algorithms allow one to specify pretty fine grained learning parameters (e.g. LearningRatePolicy) but ParagraphVectors only allows you to specify a learning rate and a minimum learning rate. It's not entirely clear what kind of learning rate schedule this corresponds to. As far as I know there aren't any other learning rate tuning options.

@raver119
Copy link
Contributor

It's the same decaying mechanism as original w2v implementation: equal step decay.

@raver119
Copy link
Contributor

P.s. if you have any other viable ideas there: just let us know :)

@huitseeker huitseeker added this to In review in Documentation lift Mar 2, 2017
@huitseeker huitseeker moved this from In review to TODO in Documentation lift Mar 2, 2017
AlexDBlack pushed a commit that referenced this issue May 21, 2018
* Disable possibly enabled debug/verbose mode

* jenkinsfile for @sshepel

* proper depthwiseconv2d mapping

* conv3d mapping fixes

* gathernd mapping fix

* rollback Jenkinsfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants