-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛BUG] np.float not supported in numpy >= 1.20. #1714
Labels
bug
Something isn't working
Comments
Hi @ElkanaBaris , thank you for your attention. We have fix this issue in #1621. |
still the issue persists when importing recbole as a library |
@ElkanaBaris - Did u solve it except changing it manually? |
@ElkanaBaris |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
using
dtype=np.float
is not supported in numpy anymoreTo Reproduce
pip install requirements.txt
Just run you evaluator/metrics.py for example:
Desktop (please complete the following information):
I submitted a PR solving this issue:
fixing np.float support
The text was updated successfully, but these errors were encountered: