Closed arogozhnikov closed 4 years ago
This only works in the https://github.com/apache/incubator-mxnet/issues/14253 interface, which is still opt-in but will be default in 2.0
@leezu tried with mxnet.numpy.zeros([])
but also got failure.
Both hands for that proposal, BTW.
@arogozhnikov You will need to manually call mx.npx.set_np()
to trigger the numpy semantic.
@arogozhnikov I’ll close it for now because I think adding “mx.npx.set_np()” will solve the issue. Feel free to reopen it.
Description
Support for zero-dimensional tensors is broken
Error Message
(Paste the complete error message. Please also include stack trace by setting environment variable
DMLC_LOG_STACK_TRACE_DEPTH=10
before running your script.)To Reproduce
It can appear in multiple different situations:
or
Environment