[GitHub] [incubator-mxnet] JiangZhaoh commented on issue #18193: [Bug][Numpy] Very basic functionality of Gluon is broken

2020-04-29 Thread GitBox
JiangZhaoh commented on issue #18193: URL: https://github.com/apache/incubator-mxnet/issues/18193#issuecomment-621577944 I have found the reason. It because `set_np()` only change the mxnet.numpy functions to default dtype as float64, but doesn't effect mxnet.ndarray functions which

[GitHub] [incubator-mxnet] JiangZhaoh commented on issue #18193: [Bug][Numpy] Very basic functionality of Gluon is broken

2020-04-29 Thread GitBox
JiangZhaoh commented on issue #18193: URL: https://github.com/apache/incubator-mxnet/issues/18193#issuecomment-621547683 That's my issue. In order to not effect original tests, I didn't change the decorator "use_np", which still use `return use_np_shape(use_np_array(func))`. But in

[GitHub] [incubator-mxnet] JiangZhaoh commented on issue #18193: [Bug][Numpy] Very basic functionality of Gluon is broken

2020-04-29 Thread GitBox
JiangZhaoh commented on issue #18193: URL: https://github.com/apache/incubator-mxnet/issues/18193#issuecomment-621530470 Sorry for that. I'll fix it as soon as possible. This is an automated message from the Apache Git