This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Cannot concatenate boolean numpy arrays #18213
Comments
Related #16650 |
working on it |
Tommliu
added a commit
to Tommliu/incubator-mxnet
that referenced
this issue
May 11, 2020
7 tasks
Tommliu
added a commit
to Tommliu/incubator-mxnet
that referenced
this issue
May 19, 2020
Tommliu
added a commit
to Tommliu/incubator-mxnet
that referenced
this issue
May 21, 2020
yzhliu
pushed a commit
that referenced
this issue
May 22, 2020
* add boolean support for concatenate (#18213) * fix binary scalar logic dtype (#16964) * common_expr test remove * binary scalar op support scalar dtype Co-Authored-By: Wentao Xu <[email protected]> * test_error_fix Co-authored-by: Wentao Xu <[email protected]>
closed by #18277 |
AntiZpvoh
pushed a commit
to AntiZpvoh/incubator-mxnet
that referenced
this issue
Jul 6, 2020
* add boolean support for concatenate (apache#18213) * fix binary scalar logic dtype (apache#16964) * common_expr test remove * binary scalar op support scalar dtype Co-Authored-By: Wentao Xu <[email protected]> * test_error_fix Co-authored-by: Wentao Xu <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
mx.np.concatenate([mx.np.zeros((1,), dtype='bool')])
is broken.Error Message
cc @yzhliu
The text was updated successfully, but these errors were encountered: