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

Add nce op #5480

Merged
merged 10 commits into from
Dec 1, 2017
Merged

Add nce op #5480

merged 10 commits into from
Dec 1, 2017

Commits on Nov 8, 2017

  1. Add nce op

    1. Add nce forward and backward kernel for CPU
    wanghaoshuang committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    3d27627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2dd75b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    09d32b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668dc53 View commit details
    Browse the repository at this point in the history
  3. fix unitest

    wanghaoshuang committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    e60eb1e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Refine code and comments

    1. Remove checking for num_neg_samples.
    2. Fix dims of Output(Cost) and Input(Bias).
    3. Renamed num_sampled_classes to num_neg_samples.
    4. Add TODO for add more distribution sampler.
    5. Init grad_data of bias by zero.
    6. Refine comments.
    7. Register a kernel for type double.
    wanghaoshuang committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    ea7359c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0246e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9d59c View commit details
    Browse the repository at this point in the history
  4. Fix comments style

    wanghaoshuang committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    76a65a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Fix unitest.

    wanghaoshuang committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    29262ab View commit details
    Browse the repository at this point in the history