You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
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
andnp.nan
to an element in NDArray. This results in a following error@eric-haibin-lin @hcho3
The text was updated successfully, but these errors were encountered: