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.
If a is a multi-dims array, it is not available to use a[0] = a[1] to assign a row.
However, it's available to use a[0, :] = a[1] or a[0]=a[1].asnumpy()
Environment info (Required)
The latest pre-built MXNet has the same problem.
----------Python Info----------
Version : 3.6.4
Compiler : GCC 7.2.1 20171224
Build : ('default', 'Jan 5 2018 02:35:40')
Arch : ('64bit', '')
------------Pip Info-----------
Version : 9.0.1
Directory : /usr/lib/python3.6/site-packages/pip
----------MXNet Info-----------
Version : 1.2.0
Directory : /home/wkcn/proj/mxnet/python/mxnet
Hashtag not found. Not installed from pre-built package.
----------System Info----------
Platform : Linux-4.15.5-1-ARCH-x86_64-with-arch
system : Linux
node : MiraiM
release : 4.15.5-1-ARCH
version : #1 SMP PREEMPT Thu Feb 22 22:15:20 UTC 2018
Description
If
a
is a multi-dims array, it is not available to usea[0] = a[1]
to assign a row.However, it's available to use
a[0, :] = a[1]
ora[0]=a[1].asnumpy()
Environment info (Required)
The latest pre-built MXNet has the same problem.
Package used (Python/R/Scala/Julia):
Python
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio): gcc 7.2.1
MXNet commit hash:
17a9c6a
Build config:
make -j4 USE_OPENCV=1 USE_BLAS=openblas
Minimum reproducible example
The text was updated successfully, but these errors were encountered: