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

Change to Parameter handling breaks MXNet tests #503

Closed
ptrendx opened this issue Feb 13, 2019 · 0 comments
Closed

Change to Parameter handling breaks MXNet tests #503

ptrendx opened this issue Feb 13, 2019 · 0 comments

Comments

@ptrendx
Copy link
Contributor

ptrendx commented Feb 13, 2019

PR #481 introduced a change that broke handling of inf/nan in parameters. This breaks a few MXNet's unittests, which attempt to assign np.inf and np.nan to an element in NDArray. This results in a following error

MXNetError: Invalid Parameter format for scalar expect double but value='inf', in operator _slice_assign_scalar(name="", step="[None]", end="[1]", begin="[0]", scalar="inf")

@eric-haibin-lin @hcho3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant