You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
<
8000
a data-hydro-click="{"event_type":"authentication.click","payload":{"location_in_page":"new issue modal","repository_id":null,"auth_type":"LOG_IN","originating_url":"https://github.com/BaguaSys/bagua/issues/661","user_id":null}}" data-hydro-click-hmac="83169f418cc9af423991a84133d77898ce03207664e95a7739dbcca3ec931da0" class="Link--inTextBlock" href="/login?return_to=%2FBaguaSys%2Fbagua%2Fissues%2Fnew%2Fchoose">Sign in
to your account
After an investigation of this problem, I found that this failure is caused by scikit-optimize library used by Bagua. In detail, scikit-optimize library currently uses an old builtin type of numpy (i.e., numpy.int), which is deprecated by numpy>=1.24.0.
To avoid this problem, users can choose to use numpy<1.24.0.
In the meantime, scikit-optimize is trying to fix this problem (PR: scikit-optimize/scikit-optimize#1123). After that, users can use the updated scikit-optimize with numpy>=1.24.0 in Bagua.
see this:Lightning-AI/pytorch-lightning#16225
The text was updated successfully, but these errors were encountered: