-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[BUGFIX] Fix AttributeError: module 'numpy' has no attribute 'bool'. (#21165), builds on PR #21223 #21224
Conversation
mxnet-bot
commented
Oct 25, 2023
Hey @mdengler , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:
- To trigger all jobs: @mxnet-bot run ci [all]
- To trigger specific jobs: @mxnet-bot run ci [job1, job2]
CI supported jobs: [miscellaneous, clang, unix-gpu, edge, windows-cpu, unix-cpu, sanity, website, centos-gpu, centos-cpu, windows-gpu]
Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.
mimiao2017
commented
Oct 25, 2023
via email
mdengler
commented
Oct 28, 2023
@mxnet-bot run ci all
wmjim
commented
Nov 1, 2023
什么时候能解决呢
lgov
commented
Nov 5, 2023
@mdengler : patch looks good to me, thanks. This project was retired by the community, so there will be no new release anymore.
FYI: I'm using your patch to use the mxnet ImageRecordIter code in a PyTorch project for image classification, which is in my setup almost twice as fast as WebDataSet.
Uh oh!
There was an error while loading. Please reload this page.
Description
(Complete-er version of PR #21223)
boolreplacesnp.bool, a deprecated alias for the builtinbool; fixes #21165Bug symptom: Importing
mxnetwithnumpy1.20+ results inChecklist
Essentials
Changes
boolreplacesnp.booleverywhere, sincenp.boolwas an alias toboolanyway, and is no longer defined/boundComments
numpyerror message, quoted above)