hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering
Apache License 2.0
1.79k stars 652 forks source link

AttributeError: module 'numpy' #79

Open MahEbrahimiS opened 1 year ago

MahEbrahimiS commented 1 year ago

how deal with this problem? (Thank you very much): I use numpy 1.24.1 and get this error : AttributeError: module 'numpy' has no attribute 'bool'. Did you mean: 'bool_'? I used : mapping = { bool: np.bool } ,but It's not working.