bnsreenu / python_for_microscopists

https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1
MIT License
3.91k stars 2.39k forks source link

Update 076-077-078-Unet_nuclei_tutorial.py #89

Open biswajit-github-2022 opened 4 months ago

biswajit-github-2022 commented 4 months ago

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