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

Fix sparse training for trainer_count=1 #204

Merged
merged 2 commits into from
Oct 17, 2016

Commits on Oct 14, 2016

  1. Fix sparse training for trainer_count=1

    For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater.
    xuwei06 committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    1d04f1b View commit details
    Browse the repository at this point in the history
  2. Minor update to comment

    xuwei06 committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    05ee9b7 View commit details
    Browse the repository at this point in the history