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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The fix should be simple, but this issue has always been there assuming that np.dype(None) to be converted to float64 was always the case. Will there be users depending on this buggy behavior and are we okay with breaking these user scripts ?
Description
This will fail, because of this line : https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/symbol/symbol.py#L1006
Makes it inconsistent to the documentation which says :
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/symbol/symbol.py#L896
Also, there is no way to pass unknown types to infer_type_partial because of this bug.
This is because:
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/symbol/symbol.py#L1006
The fix should be simple, but this issue has always been there assuming that np.dype(None) to be converted to float64 was always the case. Will there be users depending on this buggy behavior and are we okay with breaking these user scripts ?
@ptrendx
The text was updated successfully, but these errors were encountered: