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

Removed use_mxnet_topk flag from utils.topk() #588

Merged
merged 1 commit into from
Nov 29, 2018
Merged

Conversation

fhieber
Copy link
Contributor

@fhieber fhieber commented Nov 29, 2018

As mentioned in #585 use_mxnet_topk in utils.topk() was set to True constantly by now. This PR removes the flag but keeps the numpy implementation for testing.

Pull Request Checklist

  • Changes are complete (if posting work-in-progress code, prefix your pull request title with '[WIP]'
    until you can check this box.
  • Unit tests pass (pytest)
  • Passed code style checking (./style-check.sh)
  • You have considered writing a test

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@tdomhan tdomhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@fhieber fhieber merged commit 2409742 into master Nov 29, 2018
@fhieber fhieber deleted the remove_numpy_topk branch November 29, 2018 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants