Skip to content

Conversation

@biswajit-github-2022
Copy link

@biswajit-github-2022 biswajit-github-2022 commented Jun 3, 2024

np.bool is not working :
Traceback (most recent call last):
File "/home/biswajit/Documents/term_proj/term_peoject/U-net/U-net_updated.py", line 48, in
mask = np.zeros((IMG_HEIGHT, IMG_WIDTH, 1), dtype=np.bool)
File "/home/biswajit/.local/lib/python3.10/site-packages/numpy/init.py", line 324, in getattr
raise AttributeError(former_attrs[attr])
AttributeError: module 'numpy' has no attribute 'bool'.
np.bool was a deprecated alias for the builtin bool. To avoid this error in existing code, use bool by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.bool_ here.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'bool_'?

instead np.bool_ is working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant