facebookresearch / mae

PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
Other
7.2k stars 1.2k forks source link

AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'float' #142

Open apple2373 opened 1 year ago

apple2373 commented 1 year ago

If you are getting this error, the numpy version is too new. This repository seems to be incompatible with newer numpy. I had to downgrade the numpy with the following command.

pip install "numpy<1.24"