Conversation
|
Hey @abdullahselek , Thanks for submitting the PR
CI supported jobs: [clang, centos-cpu, windows-gpu, website, windows-cpu, unix-cpu, unix-gpu, sanity, miscellaneous, edge, centos-gpu] Note: |
- `np.bool` was a deprecated alias for the builtin `bool` with version 1.20.
|
@mxnet-bot run ci [all] |
|
Undefined action detected. |
1 similar comment
|
Undefined action detected. |
|
Jenkins CI successfully triggered : [website, windows-gpu, centos-gpu, sanity, windows-cpu, miscellaneous, clang, unix-gpu, unix-cpu, centos-cpu, edge] |
I have to built mxnet locally on my M1 machine and then installed. But when I import the lib it threw
AttributeErrorerror with messagemodule 'numpy' has no attribute 'bool'. This PR is a fix for the deprecation issue.Description
Remove type
onp.boolasnp.boolwas a deprecated alias for the builtinboolwith numpy version 1.20.Checklist
Essentials
Changes
Comments